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-09 10:20:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87bbba32bc54fa0253e9c81663df669dc355f5da
sqlalchemy
/
test
/
lib
T
History
Diana Clarke
a122db80f2
most of the drizzle docs are copy/pasta, let's just point users to the mysql docs and enhance as questions arise
...
- see
#2385
2012-04-02 21:20:16 -04:00
..
__init__.py
- remove test.sql._base, test.engine._base, test.orm._base, move those classes to a new test.lib.fixtures module
2011-03-27 16:27:27 -04:00
assertsql.py
- query.count() emits "count(*)" instead of
2011-05-10 15:45:37 -04:00
engines.py
- [bug] Postgresql dialect memoizes that an ENUM of a
2011-10-29 17:38:56 -04:00
entities.py
- whitespace removal bonanza
2011-01-02 14:23:42 -05:00
fixtures.py
- add __table_cls__ option to declarative, not publicized yet, is for the moment
2012-03-12 13:14:14 -07:00
orm.py
- move sqlalchemy.test to test.lib
2010-11-15 19:37:50 -05:00
pickleable.py
- [bug] Raise an exception if xyzload_all() is
2012-01-28 13:33:05 -05:00
profiling.py
- whitespace removal bonanza
2011-01-02 14:23:42 -05:00
requires.py
most of the drizzle docs are copy/pasta, let's just point users to the mysql docs and enhance as questions arise
2012-04-02 21:20:16 -04:00
schema.py
- schema.copy() functions will copy dispatch, but only for those events
2011-02-01 09:26:36 -05:00
testing.py
- add a context manager availble via Engine.begin()
2012-02-12 16:43:26 -05:00
util.py
- adjust gc_collect for pypy
2011-03-15 22:11:34 -04:00