Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | just a pep8 pass of lib/sqlalchemy/connectors | Diana Clarke | 2012-11-19 | 1 | -0/+1 |
| | |||||
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -3/+3 |
| | |||||
* | - absolute imports in connectors, databases | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | but we'd like to. Most DBAPIs don't give us anything we can do with it. Some research was done on psycopg2 and it still seems like they give us no adequate method (tried connection.closed, cursor.closed, connection.status). mxodbc claims their .closed attribute will work (but I am skeptical). - remove beahvior in pool that auto-invalidated a connection when the cursor failed to create. That's not the pool's job. we need the conn for the error logic. Can't get any tests to fail, curious why that behavior was there, guess we'll find out (or not). - add support for psycopg2 version detection. even though we have no use for it yet... - adjust one of the reconnect tests to work with oracle's horrendously slow connect speed | ||||
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -6/+6 |
| | |||||
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| | | | | | a consistent tag - AUTHORS file | ||||
* | - idle 78-char adjustments | Mike Bayer | 2010-07-03 | 1 | -2/+6 |
| | |||||
* | fix port specification | Philip Jenvey | 2009-08-28 | 1 | -1/+3 |
| | |||||
* | o default Connector/J's characterEncoding=UTF-8 for generally better JDBC | Philip Jenvey | 2009-08-11 | 1 | -7/+10 |
| | | | | | unicode handling o pass url query params down as jdbc connect opts | ||||
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+43 |