Changeset combined,4 for combined/src/odbc/odbc-main.lisp
- Timestamp:
- 12/31/2007 02:17:16 PM (18 years ago)
- revision id:
- svn-v3-trunk1:1c22b0a8-4d0b-0410-a296-af6a2e6f35e3:plain-odbc%2Ftrunk:9
- File:
-
- 1 edited
-
combined/src/odbc/odbc-main.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
combined/src/odbc/odbc-main.lisp
r3 r4 71 71 ;; for mysql/unoixodbc (get-odbc-info con $SQL_USER_NAME) core dumps 72 72 ;; not known if this is mysql specific or unixodbc specific 73 (if (equalp dbms-name "MySQL") 74 "unknown" 75 (get-odbc-info con $SQL_USER_NAME)))) 73 ;; rav, 20.12.2007 remove the check, it works with mysql 5.0 on windows 74 ;(if (equalp dbms-name "MySQL") 75 ; "unknown" 76 (get-odbc-info con $SQL_USER_NAME) 77 ; ) 78 )) 76 79 77 80 (when is-txn-capable
Note: See TracChangeset
for help on using the changeset viewer.
