| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
|
|
|
|
| |
Change-Id: Ic08bfa69bc0c4cb42ecbb1d53ab712e75075ee10
|
|
|
| |
Change-Id: If01c0653021efc85a26d9d5896a4da9d155cf777
|
|
|
|
|
|
|
| |
Updated all SQLContainer tests to track that connection are correctly
reserved and released
Change-Id: I3f12527683a19d44a2db265491b6ba9331c0980b
|
|
|
|
| |
Change-Id: I58748499c87d470e70304d882d3227cda5803481
|
|
|
|
| |
Change-Id: I68fdea1144253feba906acd882b573d469f39a30
|
|
|
|
| |
Change-Id: I235ebe6250b9c03bbea393df7e8eb8823d119a2c
|
|
|
|
| |
Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Trivial patch. The finally block lacks a check for null before
attempting to invoke table.close()
Change-Id: Ib32f1d75fef4bd442652ca60a2b7df6aa45d7fa7
|
|
|
|
| |
Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
|
|
|
|
|
|
|
| |
Ensure unique ordering when using TableQuery with multiple primary key
columns.
Change-Id: I9145717d1658393b19a2bca27ac211cad075fc27
|
|
|
|
|
|
|
| |
Use template strings and log level checks to improve performance when
logging is disabled.
Change-Id: I48d370f523c6361ce8704afc7a0903412b31b2a0
|
|
|
|
|
|
| |
Ensure SQL connections etc. of FreeformQuery are closed.
Change-Id: I5488510ef7d752e8e743408e0f60acf483e45fc1
|
|
|
|
| |
Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
|
|
|
|
| |
Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|