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
Mike Bayer
14b3a913ac
fixing recent schema.py changes to work with oracle 'owner' attribute
2008-02-14 23:41:17 +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
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
Lele Gaifax
fee8fe3391
Use an explicit ordering in the query
2007-12-18 13:06:24 +00:00
Lele Gaifax
c0f48e8383
Firebird does use qmark style params
2007-12-13 20:16:23 +00:00
Jason Kirtland
8128a6378a
- Removed @testing.supported. Dialects in development or maintained outside
...
the tree can now run the full suite of tests out of the box.
- Migrated most @supported to @fails_on, @fails_on_everything_but, or (last
resort) @unsupported. @fails_on revealed a slew of bogus test skippage,
which was corrected.
- Added @fails_on_everything_but. Yes, the first usage *was*
"fails_on_everything_but('postgres')". How did you guess!
- Migrated @supported in dialect/* to the new test-class attribute __only_on__.
- Test classes can also have __unsupported_on__ and __excluded_on__.
2007-12-13 09:59:14 +00:00
Jason Kirtland
6378c34799
- Added initial version of MaxDB dialect.
...
- All optional test Sequences are now optional=True
2007-10-23 07:38:07 +00:00
Jason Kirtland
be6f2a9c5b
Added test for DBAPIError exception wrapping.
2007-10-14 16:31:21 +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
Jason Kirtland
177d30cc01
- Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead
...
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
2007-07-06 00:58:09 +00:00
Jason Kirtland
2aa07d6d4d
- Pulling pyformat test for MySQL-python, which fails on 3 driver versions
...
(1.2.2b3, 1.2.2c1, 1.2.2)
2007-06-01 01:24:27 +00:00
Mike Bayer
eaad320a85
- some docstrings
...
- some more test scenarios for raw bind params
2007-04-20 00:43:56 +00:00
Mike Bayer
42df71d215
support positional parameters at the execute level even for DBs where we dont expect positional
2007-04-19 23:34:53 +00:00
Mike Bayer
16e9315e9b
unit test with just one param
2007-04-19 23:24:07 +00:00
Mike Bayer
01683efe1d
- slight tweak to raw execute() change to also support tuples,
...
not just lists [ticket:523]
2007-04-03 18:08:51 +00:00
Mike Bayer
e7aaeb2852
- fixed argument passing to straight textual execute() on engine, connection.
...
can handle *args or a list instance for positional, **kwargs or a dict instance
for named args, or a list of list or dicts to invoke executemany()
2007-02-13 22:53:05 +00:00