You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a "bug", it's more of an enhancement request.
I'm working [1] on making sqlite one of the supported databases in ActiveObjects [2]. Currently I'm forced to write my own wrapper classes that delegate to your implementations of RS, PrepStmt because they aren't public.
If the classes were public, extensions would be much cleaner.
This isn't a "bug", it's more of an enhancement request.
I'm working [1] on making sqlite one of the supported databases in ActiveObjects [2]. Currently I'm forced to write my own wrapper classes that delegate to your implementations of RS, PrepStmt because they aren't public.
If the classes were public, extensions would be much cleaner.
[1] https://bitbucket.org/lvijay/activeobjects-sqlite
[2] http://java.net/projects/activeobjects/pages/Home
The text was updated successfully, but these errors were encountered: