- Nothing changed yet.
- Fix potential connection leak in connection pool
- Use pool instead of open/close connection on every op
- Use a lock when getting database connection to prevent situation where multiple database are being initialized simultaneously
- set __storage_id__ attributes on db instance [vangheem]
- Fix possible sql injection [vangheem]
- restrict req'd g
- Use shared connection lock [vangheem]
- Fix tests, fix when database is deleted [vangheem]
- Use connection_managers instead of pool [vangheem]
- initial