File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 MARIADB_PASSWORD : mysql
4848 ports :
4949 - 3306:3306
50- options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
50+ options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
5151
5252 steps :
5353 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 151151
152152(defun org-sql-dbstring-mysql (host port user password database )
153153 " Make MySQL command line arguments for database connection.
154- nil arguments are ommited."
154+ nil arguments are ommited."
155155 (mapconcat
156156 #'identity
157157 (delq nil
164164
165165(defun org-sql-dbstring-postgresql (host port user database )
166166 " Make PostgreSQL command line arguments for database connection.
167- nil arguments are ommited."
167+ nil arguments are ommited."
168168 (mapconcat
169169 #'identity
170170 (delq nil
You can’t perform that action at this time.
0 commit comments