Skip to content

Commit 0ef69b3

Browse files
committed
mariadb CI
1 parent 12cac9a commit 0ef69b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
env:
4343
DATABASE_HOST: 127.0.0.1
4444
MARIADB_DATABASE: db
45-
MARIADB_USER: root
4645
MARIADB_ROOT_PASSWORD: mysql
47-
MARIADB_PASSWORD: mysql
46+
MARIADB_USER: maria
47+
MARIADB_PASSWORD: maria
4848
ports:
4949
- 3306:3306
5050
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

ob-sql.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ or <user>/<password>@<database> using its alias."
205205

206206
(defun org-sql-dbstring-sqsh (host user password database)
207207
"Make sqsh command line args for database connection.
208-
sqsh is one method to access Sybase or MS SQL via Linux platform."
208+
sqsh is one method to access Sybase or MS SQL via Linux platform."
209209
(mapconcat
210210
#'identity
211211
(delq nil

0 commit comments

Comments
 (0)