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-03 14:29:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
559ba7a2aa142df408b9f835dd6e64d321a34dca
sqlalchemy
/
test
/
sql
T
History
Mike Bayer
7b86a06d2d
- Fixed errant space character when generating ADD CONSTRAINT
...
for a named UNIQUE constraint.
2010-04-26 00:11:22 -04:00
..
__init__.py
…
_base.py
- unit tests have been migrated from unittest to nose.
2009-06-10 21:18:24 +00:00
test_case_statement.py
- unit tests have been migrated from unittest to nose.
2009-06-10 21:18:24 +00:00
test_columns.py
- "out" parameters require a type that is supported by
2010-02-23 22:15:09 +00:00
test_compiler.py
- Restored some bind-labeling logic from 0.5 which ensures
2010-03-31 13:01:40 -04:00
test_constraints.py
- Fixed errant space character when generating ADD CONSTRAINT
2010-04-26 00:11:22 -04:00
test_defaults.py
- new oursql dialect added. [ticket:1613]
2009-11-10 22:39:42 +00:00
test_functions.py
fix failing test due to sybase paramstyle
2010-03-14 19:50:50 -04:00
test_generative.py
- Fixed bug in Query whereby the usage of aliased() constructs
2010-03-23 14:54:26 -04:00
test_labels.py
- normalize sybase version numbers
2010-03-18 16:07:48 -04:00
test_query.py
- Fixed bug that prevented implicit RETURNING from functioning
2010-04-22 11:24:25 -04:00
test_quote.py
Because of changes to SQLAlchemy bind parameter placement, removed all mxodbc test disabling statements having this pattern: @testing.crashes('mssql+mxodbc', """Invalid bind parameter placement:
2010-03-17 16:27:39 -06:00
test_returning.py
tweak to take advantage of returning support in executemany
2010-03-12 19:01:59 -08:00
test_rowcount.py
fix metadata import
2010-04-21 09:30:30 -04:00
test_selectable.py
- join() will now simulate a NATURAL JOIN by default. Meaning,
2010-03-19 15:30:48 -04:00
test_types.py
some more metadata cleanup since --dropall isnt specified on the buildbot
2010-04-16 15:24:56 -04:00
test_unicode.py
do a check on this one to fix the buildbot
2010-04-16 14:13:13 -04:00