Jason Kirtland
bf36c648f2
Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No surprises.
2008-01-10 02:37:39 +00:00
Jason Kirtland
84576e3258
test suite deprecation rampage
2008-01-09 22:54:51 +00:00
Roger Demetrescu
11c70f9d8d
Firebird dialect now uses SingletonThreadPool as its poolclass.
...
(this fixes all "unsuccessful metadata update\n object XXXXX is in use" test errors)
Minor fixes in tests
2007-10-07 00:06:05 +00:00
Jason Kirtland
fba14f6047
from foo import (name, name) isn't valid syntax for 2.3. ah well.
...
omitting modules from sqlalchemy.__all__...
2007-08-21 22:20:52 +00:00
Jason Kirtland
4b0c6aff01
Rearranged engine initialization, its now easy to make ad-hoc testing engines that preserve all of the --options requested
...
Promoted the 'utf8 bind' logic for tests needing utf8 connections into testlib
Added a pause before issuing DROPs to rid the testing db of clutter
2007-08-03 20:08:26 +00:00
Mike Bayer
ed4fc64bb0
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
Mike Bayer
9aa1b946ed
hopefully resolved all the PG deadlocks occuring here
2007-07-20 20:22:35 +00:00
Jason Kirtland
834c0e9056
Merged lower case caching, fetching from r2955
...
Be sure to close rows fetched in reflection (if not autoclosed)
Fixed bind test, needed transactional storage engine for mysql
2007-07-20 19:43:46 +00:00
Mike Bayer
a3f25674fc
- fixes for connection bound sessions, connection-bound compiled objects via metadata
2007-07-16 21:29:27 +00:00
Mike Bayer
d115a8c94e
- the various "engine" arguments, such as "engine", "connectable",
...
"engine_or_url", "bind_to", etc. are all present, but deprecated.
they all get replaced by the single term "bind". you also
set the "bind" of MetaData using
metadata.bind = <engine or connection>. this is part of 0.4
forwards compatibility where "bind" is the only keyword.
[ticket:631]
2007-07-12 22:03:48 +00:00