-
Notifications
You must be signed in to change notification settings - Fork 2
/
changes.txt
55 lines (41 loc) · 2.65 KB
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
----------------------------------------------------------------------------------------
| JDBCPersistence framework for java |
| Copyright (C) 2004-2014 Alex Rojkov |
| |
| This library is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Lesser General Public |
| License as published by the Free Software Foundation; either |
| version 2.1 of the License, or (at your option) any later version. |
| |
| This library is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| Lesser General Public License for more details. |
| |
| You should have received a copy of the GNU Lesser General Public |
| License along with this library; if not, write to the Free Software |
| Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| |
| You can contact me by email jdbcpersistence a t gmail d o t com |
----------------------------------------------------------------------------------------
December 17, 2009
Release 2.0
Upgrade to JDK 1.5
Feb 10, 2009
Formalized support for nullable queries
Dec 2008
Added support for wrappers:
java.lang.Boolean, java.lang.Byte, java.lang.Short
java.lang.Integer, java.lang.Long, java.lang.Float
java.lang.Double
From version 1.0 to version 2.0
Added support for generating readers from user queries
Added support for versioned columns
Added support for views
Added ability to map interfaces and abstract classes to tables. Implementation for
the interfaces or abstract classes is generated by the JDBCPersistence at runtime.
Added support for batch insert, update and delete operations
Added ResultSetReader interface for reading from Query results
Added support for ResultSetReader into byte code generation. The byte code generator
will generate bytecode for a specific Query statement
Added support for tables with no primary key