Timo Westkämper
|
5e98ac5913
|
Remove LimitingIterator
|
2013-03-01 17:19:20 +02:00 |
|
Timo Westkämper
|
f685d1fc6c
|
#341 Fix TemplateFactory cache synchronization
|
2013-02-12 20:48:03 +02:00 |
|
Timo Westkämper
|
8dc375f2d5
|
#336 Improve QueryInit handling for delegate paths
|
2013-02-02 10:31:20 +02:00 |
|
Timo Westkämper
|
84ec09557b
|
add optimization for expression extraction
|
2012-12-20 12:48:35 +02:00 |
|
Timo Westkämper
|
bf86e4f6b1
|
add QueryPerformanceTest for collections module
|
2012-12-19 00:20:37 +02:00 |
|
Timo Westkämper
|
d92160424f
|
added OrderedQueryMetadata back
|
2012-12-17 00:03:56 +02:00 |
|
Timo Westkämper
|
bf8f5e4229
|
fixed collection population issues
|
2012-12-16 22:35:46 +02:00 |
|
Timo Westkämper
|
deb47c96b0
|
#304 inline OperatorImpl instances via readObject in OperationImpl
|
2012-12-16 18:20:27 +02:00 |
|
Timo Westkämper
|
51d9f99be2
|
#304 optmize metadata validation
|
2012-12-16 16:39:24 +02:00 |
|
Timo Westkämper
|
e7de0a0aab
|
#304 optimize Templates
|
2012-12-15 16:28:56 +02:00 |
|
Timo Westkämper
|
5566a06423
|
move Expression extraction to ExpressionUtils
|
2012-12-14 16:52:52 +02:00 |
|
Timo Westkämper
|
54be3d7551
|
#304 improved Template handling
|
2012-12-14 16:29:23 +02:00 |
|
Timo Westkämper
|
ca4f0ca55d
|
#314 move duplicate removal to MappingProjection, since QTuple is used internally in nearly all query implementations
|
2012-12-14 10:42:08 +02:00 |
|
Timo Westkämper
|
eb84f97f25
|
#314 added duplicate removal to QTuple
|
2012-12-14 09:12:40 +02:00 |
|
Timo Westkämper
|
93850f83a3
|
add varargs variant for Projectable.listResults
|
2012-12-12 21:14:52 +02:00 |
|
Timo Westkämper
|
2952d9b64a
|
add various regex related performance improvements
|
2012-12-12 17:41:58 +02:00 |
|
Timo Westkämper
|
e48eb5a97b
|
replace BooleanExpression with Predicate in tests
|
2012-12-11 23:51:21 +02:00 |
|
Timo Westkämper
|
3243e9d164
|
some test improvements
|
2012-12-11 23:34:22 +02:00 |
|
Timo Westkämper
|
22ea9873ac
|
remove convenice methods from core expression types
|
2012-12-10 23:09:30 +02:00 |
|
Timo Westkämper
|
f43fc62bb5
|
changed pseudocolumns to be templates instead of paths
|
2012-12-10 17:28:00 +02:00 |
|
Timo Westkämper
|
8636ba4cb7
|
#304 optimized QueryMixin.addToProjection
|
2012-12-06 00:48:08 +02:00 |
|
Timo Westkämper
|
41947326fb
|
add varargs related performance tests
|
2012-12-05 21:36:32 +02:00 |
|
Timo Westkämper
|
c44f226b9d
|
#304 removed varargs usage in QueryMetadata interface
|
2012-12-04 23:34:23 +02:00 |
|
Timo Westkämper
|
7e6a9b7ad5
|
#304 used class type instead of interface types for expression mixins
|
2012-12-03 21:51:38 +02:00 |
|
Timo Westkämper
|
fbdcf2d9f5
|
#304 made ValidatingVisitor singleton
|
2012-12-03 21:21:33 +02:00 |
|
Timo Westkämper
|
58e3f62d43
|
#304 removed assert usage
|
2012-12-02 14:15:58 +02:00 |
|
Timo Westkämper
|
02ef2c352d
|
#304 improved Normalization performance
|
2012-12-02 12:33:05 +02:00 |
|
Timo Westkämper
|
57e2a13d18
|
removed old test
|
2012-12-01 18:34:54 +02:00 |
|
Timo Westkämper
|
56554b25c4
|
#300 further improvements to template handling
|
2012-12-01 13:15:19 +02:00 |
|
Timo Westkämper
|
7c0882db76
|
#300 made Templates take both Expression and non Expression arguments
|
2012-12-01 01:56:51 +02:00 |
|
Timo Westkämper
|
9da40a448c
|
#296 simplified Tuple projection usage
|
2012-11-28 23:50:40 +02:00 |
|
Timo Westkämper
|
23f926fd37
|
#295 fixed FactoryExpression expansion
|
2012-11-28 22:52:11 +02:00 |
|
Timo Westkämper
|
ef7fccdce2
|
disabled nullif test from jdo
|
2012-11-28 22:29:01 +02:00 |
|
Timo Westkämper
|
80e653a178
|
added nullif tests
|
2012-11-28 16:39:17 +02:00 |
|
Timo Westkämper
|
8ec91dc542
|
simplified generics handling in codegen module
|
2012-11-12 12:35:22 +02:00 |
|
Timo Westkämper
|
6354dbf5c9
|
#274 added GroupByProjection
|
2012-11-09 17:52:50 +02:00 |
|
Timo Westkämper
|
d2c86cafed
|
fixed BeanPath tests
|
2012-10-26 22:37:12 +03:00 |
|
Timo Westkämper
|
3447acadaa
|
#244 added sum and avg aggregating functions
|
2012-10-06 12:22:56 +03:00 |
|
Timo Westkämper
|
e9d199878a
|
#229 added init support for collection paths
|
2012-09-15 12:31:20 +03:00 |
|
Timo Westkämper
|
79c32ca1f6
|
added sonar fixes
|
2012-09-12 12:05:39 +03:00 |
|
Timo Westkämper
|
7eb5a19341
|
#218 fixed class initialization in ClassPathUtils
|
2012-08-22 08:24:51 +03:00 |
|
Timo Westkämper
|
69fe1e19c9
|
#198 further performance improvements
|
2012-07-27 13:57:53 +03:00 |
|
Timo Westkämper
|
52860d29c9
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
Timo Westkämper
|
08080284d4
|
further improved like->regex handling
|
2012-07-13 13:58:10 +03:00 |
|
Timo Westkämper
|
78b5f2a198
|
#199 added like handling for Mongodb
|
2012-07-13 12:52:52 +03:00 |
|
Timo Westkämper
|
86e15b1e1d
|
#197 grouped SQL tests into suites
|
2012-07-13 00:49:01 +03:00 |
|
Timo Westkämper
|
4e6375b0ee
|
#196 improved EntitySerializer and QueryEntities handling
|
2012-07-13 00:08:57 +03:00 |
|
Timo Westkämper
|
1e7caeb59f
|
added QueryEntities test
|
2012-07-11 20:51:22 +03:00 |
|
Timo Westkämper
|
b070f4069f
|
added tests
|
2012-07-03 23:02:31 +03:00 |
|
Timo Westkämper
|
c9dc7b9899
|
#190 added asc() and desc() to Coalesce
|
2012-07-03 22:35:22 +03:00 |
|