This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
sqlalchemy
Watch
2
Star
0
Fork
0
You've already forked sqlalchemy
mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced
2026-05-11 03:10:38 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e16bfad40756e76bf4622eaeb005983a4300f32e
sqlalchemy
/
test
/
sql
T
History
Mike Bayer
e16bfad407
- fixes to Date/Time (SLDate/SLTime) types; works as good as postgres
...
now [ticket:335]
2006-10-12 01:12:17 +00:00
..
__init__.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
alltests.py
quoting facilities set up so that database-specific quoting can be
2006-08-12 17:28:15 +00:00
case_statement.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
defaults.py
- added autoincrement=True to Column; will disable schema generation
2006-09-23 17:21:56 +00:00
indexes.py
- logging is now implemented via standard python "logging" module.
2006-09-24 23:59:22 +00:00
query.py
- Function objects know what to do in a FROM clause now. their
2006-10-03 23:00:04 +00:00
quote.py
further fixes to case sensitive logic
2006-09-04 23:05:36 +00:00
select.py
assorted firebird fixes from Lele Gaifax
2006-10-07 00:54:14 +00:00
selectable.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
testtypes.py
- fixes to Date/Time (SLDate/SLTime) types; works as good as postgres
2006-10-12 01:12:17 +00:00