]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mssql date / time refactor.
authorMichael Trier <mtrier@gmail.com>
Mon, 5 Jan 2009 22:05:51 +0000 (22:05 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 5 Jan 2009 22:05:51 +0000 (22:05 +0000)
commitbc2c1b2f94a9815b4f18cc185eb3bc13c83063aa
treea928d96b62bc1ad4fc484bac1a27bc762df90470
parentc55d3f8a7c42963e916626de92b7b9dec20cd86b
mssql date / time refactor.
- Added new MSSmallDateTime, MSDateTime2, MSDateTimeOffset, MSTime types
- Refactored the Date/Time types. The smalldatetime data type no longer
  truncates to a date only, and will now be mapped to the MSSmallDateTime
  type. Closes #1254.
CHANGES
lib/sqlalchemy/databases/mssql.py
test/dialect/mssql.py