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-17 22:22:13 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6b293a78d33ce7baee1faf7a342d6a74e2c58e28
sqlalchemy
/
test
/
sql
T
History
Mike Bayer
6b293a78d3
- MetaData loses 'name' attribute
...
- no more global_connect()
2007-06-11 19:48:36 +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
- MetaData loses 'name' attribute
2007-06-11 19:48:36 +00:00
constraints.py
- merged the "execcontext" branch, refactors engine/dialect codepaths
2007-04-02 21:36:11 +00:00
defaults.py
- MetaData loses 'name' attribute
2007-06-11 19:48:36 +00:00
labels.py
- fix to long name generation when using oid_column as an order by
2007-05-07 20:29:26 +00:00
query.py
added separate test for metadata
2007-06-11 19:31:19 +00:00
quote.py
- fix to case() construct to propigate the type of the first
2007-04-24 21:33:07 +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
- fixed bug where selectable.corresponding_column(selectable.c.col)
2007-06-06 23:39:25 +00:00
selectable.py
- MetaData loses 'name' attribute
2007-06-11 19:48:36 +00:00
testtypes.py
- MetaData loses 'name' attribute
2007-06-11 19:48:36 +00:00
unicode.py
- moved another chunk of mapper.py tests to query.py test suite
2007-06-05 23:12:03 +00:00