|
8ac701ea4a
|
Fix NewDefaultObjectResultSetMapper
|
2017-04-20 14:53:43 -04:00 |
|
moparisthebest
|
1e7092c623
|
Remove check for valid arrayMaxLength value, now anything <= 0 just means unlimited
|
2014-09-10 11:59:03 -04:00 |
|
moparisthebest
|
4d574cb75f
|
Change default arrayMaxLength for JdbcControls from 1024 to -1 (unlimited)
|
2014-09-10 11:45:50 -04:00 |
|
moparisthebest
|
01a6f53d59
|
Change default arrayMaxLength to unlimited when using ResultSetMapper/QueryMapper directly
|
2014-08-28 13:06:29 -04:00 |
|
moparisthebest
|
2694436119
|
The original ResultSetMapper returned a case-insensitive HashMap for each row, add support for that again...
|
2014-05-15 15:56:06 -04:00 |
|
moparisthebest
|
05a2ddfe79
|
Swap out DefaultObjectResultSetMapper with NewDefaultObjectResultSetMapper in JdbcControlImpl
|
2014-04-22 16:03:32 -04:00 |
|
moparisthebest
|
d0e1e03756
|
First commit of beehive-jdbc-mapper, which has no dependencies, but which beehive-jdbc-control now depends on
|
2014-04-22 14:40:18 -04:00 |
|
moparisthebest
|
39338e999f
|
Refactored ResultSetMapper to be an interface, old classes that used to extend it should now extend AbstractResultSetMapper
|
2014-04-22 14:14:03 -04:00 |
|
moparisthebest
|
2471981dbc
|
re-structure into standard maven layout
|
2014-04-21 14:36:57 -04:00 |
|