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
#
#[SQLite3 ODBC Driver]
#Description=SQLite ODBC Driver
#Description=SQLite3 ODBC Driver
#Driver=/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.
#