Roland Praml
|
4f3b461f8e
|
FIX: TestHistoryInsert / TestNewTypes failing nondeterministic
|
2016-08-30 09:14:22 +02:00 |
|
Roland Praml
|
adfe5f0305
|
FIX: Bean did not get dirty when modified with ExpressionPath.pathSet
|
2016-08-30 09:13:44 +02:00 |
|
Robin Bygrave
|
1796c8b9bc
|
#817 - SqlRow getBoolean() does not treat numeric 1 value as true (with MySql and other DB's without native boolean type) - Fix test for PG
|
2016-08-29 21:50:14 +12:00 |
|
Robin Bygrave
|
4bad4358f0
|
Merge branch 'master' of https://github.com/ebean-orm/ebean
|
2016-08-29 21:06:55 +12:00 |
|
Robin Bygrave
|
92665ebc3b
|
Refactor - tidy of DefaultSqlRow - no logical change
|
2016-08-29 21:06:31 +12:00 |
|
Robin Bygrave
|
59670d0303
|
#817 - SqlRow getBoolean() does not treat numeric 1 value as true (with MySql and other DB's without native boolean type)
|
2016-08-29 20:54:49 +12:00 |
|
Robin Bygrave
|
244275fd72
|
#816 - Error saving circular relationships (when generated Id values)
|
2016-08-25 22:44:22 +12:00 |
|
Robin Bygrave
|
157dfcfeb6
|
#815 - ENH: When loading ebean-autotune.xml also look in resources (if not found as file)
|
2016-08-24 22:19:46 +12:00 |
|
Robin Bygrave
|
2b7c204072
|
No effective change - adjust tests for deleting OneToOne - Tire to Wheel
|
2016-08-24 21:32:10 +12:00 |
|
Robin Bygrave
|
be731feb6b
|
No effective change - adjust tests for H2 error vs Postgres truncate with oversized varchar input
|
2016-08-23 20:01:11 +12:00 |
|
Roland Praml
|
87f6964995
|
Ignored tests that make problems with Postgres
|
2016-08-22 09:34:45 +02:00 |
|
Roland Praml
|
b45226dd41
|
Merge remote-tracking branch 'ebean/master'
|
2016-08-16 11:06:47 +02:00 |
|
Roland Praml
|
992c40d362
|
no effective code change - fix indentions
|
2016-08-16 11:06:01 +02:00 |
|
Robin Bygrave
|
43afaf1344
|
#811 - ENH: Restore findIterate() as alternative to findEach / findEachWhile
|
2016-08-05 13:01:42 +12:00 |
|
Robin Bygrave
|
6c182ecaa5
|
#810 - ENH: Add transaction.isRollbackOnly()
|
2016-08-05 12:14:58 +12:00 |
|
Robin Bygrave
|
fdb839f90e
|
#809 - Add test / example showing ... transaction.setPersistCascade(false) and transaction.commitAndContinue();
|
2016-08-05 11:20:12 +12:00 |
|
Robin Bygrave
|
16be213faf
|
#808 - ENH: Add Transaction commitAndContinue() ...
|
2016-08-05 10:39:17 +12:00 |
|
Robin Bygrave
|
479ac38537
|
#807 - Deprecate TransactionEventListener ... migrate to TransactionCallback
|
2016-08-04 23:17:57 +12:00 |
|
Robin Bygrave
|
08e46d6bf3
|
#805 - ENH: Add BeanState.resetForInsert() ... This resets bean state such that a save() results in an insert
|
2016-08-04 22:49:07 +12:00 |
|
Robin Bygrave
|
876476fdc1
|
#804 - Remove API - findMap(property, type) ... migrate to query.setMapKey()
|
2016-08-04 20:30:18 +12:00 |
|
Robin Bygrave
|
81de83a6e7
|
#803 - Fix generics on findMap() to ... <K> Map<K, T> findMap();
|
2016-08-04 20:23:11 +12:00 |
|
Robin Bygrave
|
3c6eab6c85
|
#802 - Find generics on findIds() - refactor internals of find ids to use find single attribute
|
2016-08-04 17:28:41 +12:00 |
|
Robin Bygrave
|
1be30f1671
|
#125 - ENH: Add support for query returning a List of single Attribute type
|
2016-08-04 16:41:50 +12:00 |
|
Robin Bygrave
|
5dc296e644
|
#798 - Add @Transactional based test
|
2016-08-03 00:38:58 +12:00 |
|
Robin Bygrave
|
d08ac6973e
|
#800 - ENH: Add query.fetchQuery() and query.fetchLazy() ... as nicer alternatives to FetchConfig use
|
2016-08-02 23:33:02 +12:00 |
|
Robin Bygrave
|
9d23c1d56e
|
#800 - ENH: Add query.fetchQuery() and query.fetchLazy() ... as nicer alternatives to FetchConfig use
|
2016-08-02 23:30:26 +12:00 |
|
Robin Bygrave
|
2de8ae777d
|
Merge branch 'wip/getterCallback'
|
2016-08-02 21:34:41 +12:00 |
|
Robin Bygrave
|
6e2148d20b
|
#799 - Query.fetch(path) when converted to query join default to batchSize 10 rather than 100
|
2016-08-02 20:19:38 +12:00 |
|
Robin Bygrave
|
dacdc26902
|
#798 - ENH: Add support for transparent full JDBC batch. Via enhancement agent 8.1.1 intercept bean getter to automatically flush the JDBC batch buffer.
|
2016-08-02 16:16:34 +12:00 |
|
Robin Bygrave
|
e2ee6e8e98
|
No effective change - update tests with EBasicVer new constructor
|
2016-08-02 11:06:09 +12:00 |
|
Robin Bygrave
|
e6e6a28245
|
No effective change - tidy asserts on TestQueryDistinct (AssertJ string contains etc)
|
2016-08-01 22:53:47 +12:00 |
|
Matus Zamborsky
|
cdad31bd8a
|
Added test for distinct paging query
|
2016-08-01 12:20:50 +02:00 |
|
Robin Bygrave
|
4a9f8cef0e
|
No effective change - rename SpiQuery method for m2mIncludeJoin and simplify OrmQueryPlanKey to associated intersection table name
|
2016-07-31 22:49:10 +12:00 |
|
Robin Bygrave
|
b4a1d52067
|
#791 - ENH: Add transaction.setRollbackOnly() ... (and Ebean.setRollbackOnly())
|
2016-07-31 21:24:31 +12:00 |
|
Robin Bygrave
|
dc7c854432
|
#788 - Deprecate findRowCount() ... add findCount(). Effectively renaming findRowCount() to findCount()
|
2016-07-31 19:06:21 +12:00 |
|
Robin Bygrave
|
7c83010df1
|
#788 - Deprecate findRowCount() ... add findCount(). Effectively renaming findRowCount() to findCount()
|
2016-07-31 16:39:23 +12:00 |
|
Robin Bygrave
|
56fee2ea9b
|
#789 - findCount() ... with where raw(...) expression that includes a "many" produces incorrect SQL
|
2016-07-31 14:57:12 +12:00 |
|
Roland Praml
|
85288a0652
|
Added a testcase that checks if meta-annotations are recognized
|
2016-07-30 13:13:54 +02:00 |
|
Robin Bygrave
|
ca7285b2ad
|
#783 - tests for ... HistoryExclude Many-to-Many Query-Generation Error
|
2016-07-25 23:28:45 +12:00 |
|
Robin Bygrave
|
75b639bc15
|
#782 - tests for ... History Many-To-Many Lazy-Loads fail
|
2016-07-25 23:22:33 +12:00 |
|
Robin Bygrave
|
6828fa1786
|
#784 - DDL DB Migration - Add @ManyToOne does not generate Foreign key and index ddl statements in migration script
|
2016-07-25 20:44:15 +12:00 |
|
Roland Praml
|
cf9eb4ed97
|
FIX: PathTests - they fail on windows machine, because the OS translates "/tmp" to "c:\tmp". bumped classpath-canner to current API version
|
2016-07-19 13:25:53 +02:00 |
|
Robin Bygrave
|
5a9193f732
|
#779 - Refactor - Tidy internals of DefaultOrmQuery, remove unused String query property.
|
2016-07-15 23:51:27 +12:00 |
|
Robin Bygrave
|
55584f09d5
|
#778 - ENH: Add support for loading named queries from ebean.xml
|
2016-07-15 23:33:09 +12:00 |
|
Robin Bygrave
|
05eb0bfc55
|
#777 - ENH: Add support for @NamedQuery and @NamedQueries
|
2016-07-15 23:15:18 +12:00 |
|
Robin Bygrave
|
e0eff149b5
|
#775 - Change DefaultBackgroundExecutor to use JDK cached thread pool (rather than configure min/max size etc)
|
2016-07-15 20:48:41 +12:00 |
|
Robin Bygrave
|
474c2d5595
|
EQL - Add / expose via EbeanServer.createQuery(type, eql) method
|
2016-07-13 16:40:52 +12:00 |
|
Robin Bygrave
|
e58cec8bdd
|
EQL - parsing order by clause
|
2016-07-13 15:28:06 +12:00 |
|
Robin Bygrave
|
9dd82c0dd7
|
EQL - parsing limit offset clause
|
2016-07-13 14:30:12 +12:00 |
|
Robin Bygrave
|
49d3cc91e4
|
EQL - parsing select clause with distinct option
|
2016-07-13 14:07:59 +12:00 |
|