summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util/sqlcontainer
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '6.8'Johannes Dahlström2012-06-191-33/+32
|\
* | Merge commit '17c14'Johannes Dahlström2012-06-123-62/+102
|\|
| * #8297 Do not use static logger instancesHenri Sara2012-06-053-62/+70
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-271-1/+1
|\|
| * [merge from 6.7] #8328 Pass the new, not the old, value to FreeFormStatementD...Automerge2012-03-261-1/+1
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-317-616/+616
|\|
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-277-616/+616
* | Removed getStringValue based on API review meetingArtur Signell2011-12-221-22/+1
* | #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-15/+3
* | Misc minor javadoc fixesArtur Signell2011-12-122-8/+52
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-0936-39/+39
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0836-38/+38
* | Convert nested data model event classes to static where possible.Henri Sara2011-11-111-1/+1
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-112-2/+2
* | Throw exception from Property.toString() implementations.Henri Sara2011-11-071-1/+2
* | Partly eliminate the use of Property.toString().Henri Sara2011-11-072-4/+29
|/
* Adjusting the logging levels for #7736Jonatan Kronqvist2011-10-101-1/+1
* Fixed #7736 - downgraded INFO log statements to FINE or FINERJonatan Kronqvist2011-10-101-13/+13
* #7697 SQLContainer.containsId logs a ClassCastExceptionArtur Signell2011-09-301-1/+1
* Fixed npe in SQLContainer's J2EEConnectionPool #7597Jonatan Kronqvist2011-09-221-4/+10
* Cleanup for #7434Jonatan Kronqvist2011-09-121-6/+4
* Applied patch fixing #7391Jonatan Kronqvist2011-09-081-1/+30
* Fix for #7434Jonatan Kronqvist2011-09-081-1/+10
* Fix for #7186 - it is now possible to continue using the SQLContainer after a...Jonatan Kronqvist2011-09-051-0/+24
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-2436-28/+128
* Replaced TableQuery debug mechanism with java.util.Logging #5712John Alhroos2011-08-191-31/+19
* Replaced SQLContainers own debug logging implementation with java.util.Loggin...John Alhroos2011-08-171-66/+66
* Marked SQLUtil as SerializableJohn Alhroos2011-08-121-1/+3
* Added missing Serializable interface to classes in SQLContainer #5712John Alhroos2011-08-115-5/+12
* Moved SQLContainer from util package into its own util.sqlcontainer package. ...John Alhroos2011-08-1036-0/+5226