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-18 22:52:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1391efea78d552fa81dd056c21e7570fba437bcf
sqlalchemy
/
test
/
testlib
T
History
Mike Bayer
dedcf82fa3
--dropfirst option added, defaults to False. pre-drops tables when set to True, reportedly mis-behaves on Oracle, MS-SQL.
2007-08-10 18:12:30 +00:00
..
__init__.py
Rearranged engine initialization, its now easy to make ad-hoc testing engines that preserve all of the --options requested
2007-08-03 20:08:26 +00:00
config.py
--dropfirst option added, defaults to False. pre-drops tables when set to True, reportedly mis-behaves on Oracle, MS-SQL.
2007-08-10 18:12:30 +00:00
coverage.py
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
engines.py
Improve utf8 engine handling during test setup and in test suites.
2007-08-08 20:19:23 +00:00
profiling.py
Fix coverage again- try really hard not to load anything from lib/ until after the coverage hook runs.
2007-07-27 20:21:36 +00:00
schema.py
Fix coverage again- try really hard not to load anything from lib/ until after the coverage hook runs.
2007-07-27 20:21:36 +00:00
tables.py
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
testing.py
switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm
2007-08-03 13:57:40 +00:00