Jonty Wareing
a156ba98e6
Correctly invalidate connections on failure
...
_cursor does not check if the connection is still valid, meaning that
once a connection has been marked as invalid it will attempt to get an
sqlalchemy cursor on a broken connection and throw an exception. This
commit causes the connection to be validated when using the cursor,
triggering a new connection to be fetched from the pool if the previous
one has been marked as dead.
2013-07-02 18:34:42 +00:00
Kenneth Reitz
046c0e51f2
Merge pull request #11 from whalesalad/master
...
Added some light explanation of the config options
2013-04-15 08:07:03 -07:00
Michael Whalen
c0f90ffc04
Added some light explanation of config options to readme.
2013-04-15 16:31:50 +02:00
Kenneth Reitz
3efffe354c
Merge pull request #10 from tclancy/master
...
Notes on Django version compatibility
2013-03-07 11:51:17 -08:00
Tom Clancy
e8350eea15
notes about Django support
2013-03-07 14:48:45 -05:00
Kenneth Reitz
c20e700432
Merge pull request #5 from carljm/dispose
...
Ensure test database connections are closed before dropping it.
2012-11-15 16:36:01 -08:00
Carl Meyer
2cd75849e6
Ensure test db conns are closed before dropping it.
2012-11-15 15:40:45 -07:00
Kenneth Reitz
2b0ae9e702
Update README.rst
2012-10-27 10:53:08 -05:00
Kenneth Reitz
6d80d1e6a5
v0.2.3
v0.2.3
2012-10-27 10:44:37 -05:00
Kenneth Reitz
558e980a79
Merge pull request #4 from nigma/master
...
Invalidate broken connections
2012-10-27 08:42:51 -07:00
Filip Wasilewski
6ae41209dd
Invalidate broken connections
2012-10-24 23:52:14 +02:00
Kenneth Reitz
a8c116476f
Merge pull request #2 from seanbrant/master
...
Adds note to README about south usage
2012-10-01 10:22:08 -07:00
Sean Brant
58cf243b35
Adds note to README about south usage.
2012-09-28 12:48:01 -05:00
Kenneth Reitz
c88a233979
cleanup
v0.2.2
2012-09-27 20:26:42 -04:00
Kenneth Reitz
f04ad1ea71
v0.2.1
v0.2.1
2012-09-27 20:23:53 -04:00
Kenneth Reitz
b388e538be
v0.2.0
v0.2.0
2012-09-27 20:20:57 -04:00
Kenneth Reitz
9bb889d82b
__init__
v0.1.2
2012-09-27 20:18:08 -04:00
Kenneth Reitz
b46f524a4a
v0.1.1
2012-09-27 20:05:59 -04:00
Kenneth Reitz
0fd7bd0e4a
DATABASE_POOL_ARGS
...
Closes #1
v0.1.1
2012-09-27 20:02:34 -04:00
Kenneth Reitz
ab15daf0b8
grumble
2012-09-27 19:41:49 -04:00
Kenneth Reitz
a9d7a46305
not sure of 3.0
2012-09-27 19:39:25 -04:00
Kenneth Reitz
07177071ce
try again?
2012-09-27 19:38:43 -04:00
Kenneth Reitz
b9f55602a9
manifest
2012-09-27 19:30:14 -04:00
Kenneth Reitz
f6bbc5b490
lawyer up
2012-09-27 19:29:45 -04:00
Kenneth Reitz
6f0f72a819
readme
2012-09-27 19:28:52 -04:00
Kenneth Reitz
81c3362e67
whitespace
2012-09-27 19:28:28 -04:00
Kenneth Reitz
6275f352ef
caution
2012-09-27 19:26:28 -04:00
Kenneth Reitz
1fefdb8e90
experimental
2012-09-27 19:25:19 -04:00
Kenneth Reitz
0bec297d26
remove cruft
2012-09-27 19:24:54 -04:00
Kenneth Reitz
d491c6dad3
python
2012-09-27 19:24:27 -04:00
Kenneth Reitz
2a87540797
typo all the things
2012-09-27 19:23:28 -04:00
Kenneth Reitz
5e29d98f97
rst
2012-09-27 19:23:16 -04:00
Kenneth Reitz
faf90d904e
readme
2012-09-27 19:22:59 -04:00
Kenneth Reitz
fb6a76f13e
caps
2012-09-27 19:22:21 -04:00
Kenneth Reitz
c71a888739
rst
2012-09-27 19:21:01 -04:00
Kenneth Reitz
30aec22c60
RST
2012-09-27 19:20:48 -04:00
Kenneth Reitz
234516bd14
readme
2012-09-27 19:20:39 -04:00
Kenneth Reitz
aef283c97c
hmm
2012-09-27 17:29:02 -04:00
Kenneth Reitz
03e8c9d958
readme
2012-09-27 17:26:51 -04:00
Kenneth Reitz
910d97ce3f
Initial commit
2012-09-27 14:25:55 -07:00