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-05 07:17:06 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a8a7ffc52b9de3739cdb892c37241e5a6bfc58a
sqlalchemy
/
test
/
sql
T
History
Mike Bayer
6cf4db7df3
- Columns can again contain percent signs within their
...
names. [ticket:1256]
2008-12-23 01:22:54 +00:00
..
__init__.py
…
_base.py
- Quick cleanup of defaults.py. The main DefaultTest is still a mess.
2008-05-20 00:14:51 +00:00
alltests.py
merge the test/ directory from -r5438:5439 of py3k_warnings branch. this gives
2008-12-18 18:11:12 +00:00
case_statement.py
Modified fails_on testing decorator to take a reason for the failure.
2008-12-12 03:41:05 +00:00
columns.py
r4695 merged to trunk; trunk now becomes 0.5.
2008-05-09 16:34:10 +00:00
constraints.py
Modified fails_on testing decorator to take a reason for the failure.
2008-12-12 03:41:05 +00:00
defaults.py
Modified fails_on testing decorator to take a reason for the failure.
2008-12-12 03:41:05 +00:00
functions.py
- Added func.min(), func.max(), func.sum() as "generic functions",
2008-09-08 03:51:47 +00:00
generative.py
merge the test/ directory from -r5438:5439 of py3k_warnings branch. this gives
2008-12-18 18:11:12 +00:00
labels.py
- Dialects can now generate label names of adjustable length.
2008-11-05 20:50:48 +00:00
query.py
Major refactoring of the MSSQL dialect. Thanks zzzeek.
2008-12-22 20:20:55 +00:00
quote.py
- added some help for a heavily flush-order-dependent test
2008-05-16 22:10:04 +00:00
rowcount.py
…
select.py
- Columns can again contain percent signs within their
2008-12-23 01:22:54 +00:00
selectable.py
merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 testing issues,
2008-12-18 17:57:15 +00:00
testtypes.py
Corrected ColumnsTest for mssql's new explicit nullability behavior.
2008-12-20 22:35:06 +00:00
unicode.py
Test suite modernization in progress. Big changes:
2008-05-09 20:26:09 +00:00