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 06:19:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0465d0b880be6ae13feeed98b93d2e1d2fdec773
sqlalchemy
/
test
/
engine
T
History
Mike Bayer
fbcaa34b9e
- NullPool supports reconnect on failure behavior.
...
[ticket:1094]
2008-12-27 18:07:35 +00:00
..
__init__.py
…
_base.py
- fixed a bug in declarative test which was looking for old version of history
2008-08-19 21:27:34 +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
bind.py
- Spiffed up the deprecated decorators & @flipped 'em up top
2008-07-16 17:34:41 +00:00
ddlevents.py
- Mock engines take on the .name of their dialect. [ticket:1123]
2008-08-15 23:17:24 +00:00
execute.py
- _execute_clauseelement() goes back to being
2008-12-17 23:09:51 +00:00
metadata.py
- Repaired the table.tometadata() method so that a passed-in
2008-11-07 16:19:24 +00:00
parseconnect.py
Global propigate -> propagate change to correct spelling. Additionally found a couple of insures that should be ensure.
2008-11-09 01:53:08 +00:00
pool.py
- NullPool supports reconnect on failure behavior.
2008-12-27 18:07:35 +00:00
reconnect.py
- NullPool supports reconnect on failure behavior.
2008-12-27 18:07:35 +00:00
reflection.py
- Reflected foreign keys will properly locate
2008-12-26 05:28:38 +00:00
transaction.py
Modified fails_on testing decorator to take a reason for the failure.
2008-12-12 03:41:05 +00:00