1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Better comments

modified:
  mysql-test/suite/connect/t/odbc_sqlite3.test
This commit is contained in:
Alexander Barkov
2013-03-29 15:19:58 +04:00
parent ab89a5f51a
commit 2d5a80367c

View File

@@ -9,10 +9,12 @@
# On Linux add these lines into /etc/odbcinst.ini # On Linux add these lines into /etc/odbcinst.ini
# #
#[SQLite3 ODBC Driver] #[SQLite3 ODBC Driver]
#Description=SQLite ODBC Driver #Description=SQLite3 ODBC Driver
#Driver=/opt/sqliteodbc/libsqlite3odbc.so #Driver=/opt/sqliteodbc/libsqlite3odbc.so
#Setup=/opt/sqliteodbc/libsqlite3odbc.so #Setup=/opt/sqliteodbc/libsqlite3odbc.so
# #
# (adjust the directory "/opt/sqliteodbc/" according to your OS settings)
#
# Note, the test does not need a DSN to be created. # Note, the test does not need a DSN to be created.
# #