Jason Kirtland
b155b60280
- Spiffed up the deprecated decorators & @flipped 'em up top
2008-07-16 17:34:41 +00:00
Jason Kirtland
af11465840
- Moved an ORM test out of engine...
2008-05-21 03:31:20 +00:00
Mike Bayer
4a6afd469f
r4695 merged to trunk; trunk now becomes 0.5.
...
0.4 development continues at /sqlalchemy/branches/rel_0_4
2008-05-09 16:34:10 +00:00
Jason Kirtland
70d8a9c7a6
- Updated exception messaging for r4220
2008-03-04 21:35:15 +00:00
Mike Bayer
c0b5a0446b
- updated the naming scheme of the base test classes in test/testlib/testing.py;
...
tests extend from either TestBase or ORMTest, using additional mixins for
special assertion methods as needed
2008-02-11 00:28:39 +00:00
Jason Kirtland
3aed5fa544
- Friendlier exception messages for unbound, implicit execution
...
- Implicit binding failures now raise UnboundExecutionError
2008-01-31 19:48:13 +00:00
Jason Kirtland
17d3c8764e
- testbase is gone, replaced by testenv
...
- Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase
- testing.db has the configured db
- Fixed up the perf/* scripts
2008-01-12 22:03:42 +00:00
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