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-06-11 10:00:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8405d1267c1e271df20d960367db4683ec02decf
sqlalchemy
/
test
/
sql
T
History
Mike Bayer
9102d678ab
- removed "no group by's in a select thats part of a UNION"
...
restriction [ticket:578]
2007-05-18 19:01:47 +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
- merged the "execcontext" branch, refactors engine/dialect codepaths
2007-04-02 21:36:11 +00:00
defaults.py
- oracle:
2007-03-10 23:31:40 +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
- parenthesis are applied to clauses via a new _Grouping construct.
2007-05-14 22:25:36 +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
- removed "no group by's in a select thats part of a UNION"
2007-05-18 19:01:47 +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
- MySQL ENUM types can now optionally ensure that values are within the
2007-05-02 00:41:52 +00:00
unicode.py
- mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions
2007-04-29 20:08:55 +00:00