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 |
|