litao-buptsse / adbcj

Automatically exported from code.google.com/p/adbcj
0 stars 0 forks source link

Implement DbSession configuration #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add support for DbSession configuration
 - DbSessionProvider should contain a default configuration that all new
DbSessions have when they've connected
 - We need to be able to efficiently copy configurations so that a
DbSession that uses multiple connections can pass its configuration on to
each connection with each request
 - We need to be able to pass config options when we create a DbSession
 - config options need to configurable so that we can indicate which
options are connect time and which are run time.

Original issue reported on code.google.com by elc...@gmail.com on 26 Jan 2008 at 12:51

GoogleCodeExporter commented 8 years ago

Original comment by elc...@gmail.com on 2 Feb 2008 at 6:36

GoogleCodeExporter commented 8 years ago

Original comment by elc...@gmail.com on 26 Feb 2008 at 11:45

GoogleCodeExporter commented 8 years ago

Original comment by elc...@gmail.com on 26 Feb 2008 at 11:47