aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util/sqlcontainer/query
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-1423-3475/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Include correct type and parameter info in exception (#19064)Artur Signell2016-01-041-2/+2
| | | | Change-Id: Ic08bfa69bc0c4cb42ecbb1d53ab712e75075ee10
* Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-081-4/+14
| | | Change-Id: If01c0653021efc85a26d9d5896a4da9d155cf777
* Make TableQuery only release connections reserved through its pool (#12370)Artur Signell2015-05-181-4/+4
| | | | | | | Updated all SQLContainer tests to track that connection are correctly reserved and released Change-Id: I3f12527683a19d44a2db265491b6ba9331c0980b
* Reformat project using Eclipse Luna SR1Artur Signell2014-12-291-1/+1
| | | | Change-Id: I58748499c87d470e70304d882d3227cda5803481
* Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-151-0/+6
| | | | Change-Id: I68fdea1144253feba906acd882b573d469f39a30
* Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-08-201-25/+29
| | | | Change-Id: I235ebe6250b9c03bbea393df7e8eb8823d119a2c
* Update copyright year to 2014Artur Signell2014-04-1623-25/+25
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Class AbstractTransactionalQuery should be public (#12285)Edoardo Vacchi2014-03-121-1/+1
| | | | | | | | | | | | | | | AbstractTransactionalQuery was not visible outside its package (default visibility). Added `public`. Making this class public avoids lots of boilerplate code when making alternate implementations of a QueryDelegate. A standard TableQuery does a lot of introspection on the DB schema. If the schema is known beforehand, alternate implementations may specify this information explicitly, and inherit from AbstractTransactionalQuery to reuse part of the implementation. Change-Id: I7d6b399ed7c755941ee9be7931a2ba80e812b5ab
* NullPointerException in TableQuery.fetchMetadata() (#11403)Edoardo Vacchi2013-09-131-1/+3
| | | | | | | Trivial patch. The finally block lacks a check for null before attempting to invoke table.close() Change-Id: Ib32f1d75fef4bd442652ca60a2b7df6aa45d7fa7
* Support schemas and catalogs in TableQuery (#7827)Henri Sara2013-04-251-33/+167
| | | | Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea
* Eliminate connection/statement/result set leaks in TableQuery (#10582)Leif Åstrand2013-03-133-230/+292
| | | | | | | | | | | | | | | | | Includes some refactoring to extract common parts of FreeformQuery and TableQuery to AbstractTransactionalQuery. svn changeset:25541/svn branch:6.8 Added missing Serializable for AbstractTransactionalQuery (#10582). svn changeset:25559/svn branch:6.8 Conflicts: server/src/com/vaadin/data/util/sqlcontainer/query/FreeformQuery.java server/src/com/vaadin/data/util/sqlcontainer/query/TableQuery.java Change-Id: I3d055e0f071739ac4536fddb0f49b8d6b8e6d07b
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-281-2/+4
| | | | Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
* Merge of (#10878) to Vaadin 7.Anna Koskinen2013-02-051-1/+3
| | | | | | | Ensure unique ordering when using TableQuery with multiple primary key columns. Change-Id: I9145717d1658393b19a2bca27ac211cad075fc27
* Merge of (#10563) to Vaadin 7.Anna Koskinen2013-02-051-8/+10
| | | | | | | Use template strings and log level checks to improve performance when logging is disabled. Change-Id: I48d370f523c6361ce8704afc7a0903412b31b2a0
* Merge of (#10582) to Vaadin 7.Anna Koskinen2013-02-011-46/+114
| | | | | | Ensure SQL connections etc. of FreeformQuery are closed. Change-Id: I5488510ef7d752e8e743408e0f60acf483e45fc1
* Updated copyright notices and added missing license headersArtur Signell2013-01-0422-22/+22
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Unified deprecation messagesArtur Signell2012-11-224-11/+11
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Reformat projectLeif Åstrand2012-09-051-0/+2
|
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-1/+1
|
* refak listeners com.vaadin.data.util.sqlcontainer.queryPetri Heinonen2012-08-302-2/+36
|
* Merged 6.8 branchJohn Ahlroos2012-08-201-6/+12
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-1622-22/+286
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1322-0/+2877