Commit Graph

13 Commits

Author SHA1 Message Date
Travis Burtrum d8f7e6df4a Initial JdbcMapper annotation support 2017-05-27 23:54:22 -04:00
Travis Burtrum 5d859c49d7 Fix test database use with multiple test classes 2017-05-18 14:59:16 -04:00
Travis Burtrum efd1d44808 Major refactor, more tests 2017-05-18 14:26:23 -04:00
Travis Burtrum b425bb49b0 Setup tests for all ResultSetMappers, fix some problems 2017-05-17 15:45:45 -04:00
Travis Burtrum 1b2f248574 Add Compiler 2017-05-16 10:42:14 -04:00
Travis Burtrum 0c6a39eeb4 Add another test to ensure proper exception gets thrown when no proper constructor can be found 2015-03-16 14:50:08 -04:00
Travis Burtrum 79eac08efe Fix returning of primitive array types 2015-03-16 13:18:37 -04:00
Travis Burtrum bb40891e14 Add FinalTest to ensure the compiler in-lining behavior does not change in the future 2015-02-10 15:47:02 -05:00
moparisthebest bf48b9a40e Added another test 2014-07-24 12:13:47 -04:00
moparisthebest 2dec1ea7cf Fix return of primitive types by removing explicit cast, add tests to prevent regressions 2014-06-25 12:10:12 -04:00
moparisthebest 117910274e Try *again* to fix exception thrown when constructor cannot be found if the constructor is not needed, and *again* add some more tests 2014-06-19 08:57:23 -04:00
moparisthebest 8664d887d2 Fix exception thrown when constructor cannot be found if the constructor is not needed, add some more tests 2014-06-11 14:30:22 -04:00
moparisthebest 375f8b8413 Make behavior of mapping consistant between methods and fields, and handle conflicts between underscores and no underscores by picking the most exact match 2014-06-11 13:22:01 -04:00