]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Promoted mysql's dburl query string helper to util + fixed
authorJason Kirtland <jek@discorporate.us>
Thu, 19 Apr 2007 23:44:26 +0000 (23:44 +0000)
committerJason Kirtland <jek@discorporate.us>
Thu, 19 Apr 2007 23:44:26 +0000 (23:44 +0000)
commit0fe6b80c7024e6f9430071f162274fbbd0e3ca44
treeb1da6761a496585cbcd68819d3104e0b1df012c3
parent42df71d2159e60042d0931b9dd6b878ecfac9dd4
- Promoted mysql's dburl query string helper to util + fixed
- Coercing sqlite connect args provided in query string to their expected type
  (e.g. 'timeout' as float, fixes #544)
- Coerce mysql's client_flag to int too
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/util.py