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-19 23:21:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cebb673af18dfa245176fba7328a2fcfcd401bee
sqlalchemy
/
test
/
sql
T
History
Mike Bayer
0491452799
- fix for fetchmany() "size" argument being positional in most
...
dbapis [ticket:505]
2007-03-28 00:09:55 +00:00
..
__init__.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
alltests.py
- preliminary support for unicode table and column names added.
2007-03-27 16:04:34 +00:00
case_statement.py
fix CASE statement when else_ is zero
2007-03-15 01:58:46 +00:00
constraints.py
- for hackers, refactored the "visitor" system of ClauseElement and
2007-03-11 20:52:02 +00:00
defaults.py
- oracle:
2007-03-10 23:31:40 +00:00
labels.py
- column labels are now generated in the compilation phase, which
2007-03-24 19:24:27 +00:00
query.py
- fix for fetchmany() "size" argument being positional in most
2007-03-28 00:09:55 +00:00
quote.py
- added literal_column() to specify a column clause that should not undergo any quoting
2007-02-04 03:43:22 +00:00
rowcount.py
fix to the fix for [ticket:396] plus a unit test
2006-12-15 01:07:05 +00:00
select.py
- preliminary support for unicode table and column names added.
2007-03-27 16:04:34 +00:00
selectable.py
- made kwargs parsing to Table strict; removed various obsoluete "redefine=True" kw's from the unit tests
2006-11-26 02:36:27 +00:00
testtypes.py
- oracle:
2007-03-10 23:31:40 +00:00
unicode.py
- preliminary support for unicode table and column names added.
2007-03-27 16:04:34 +00:00