- 17 9月, 2018 1 次提交
- 
- 
由 Evgenij Ryazanov 提交于
 
- 
- 16 9月, 2018 16 次提交
- 
- 
由 Evgenij Ryazanov 提交于Add experimental support for aggregates with OVER (ORDER BY *) 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于Evaluate window aggregates only once for each partition 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于Move more code from Aggregate and JavaAggregate to AbstractAggregate 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于Add experimental implementation of grouped window queries 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
 
- 
- 15 9月, 2018 10 次提交
- 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于Refactor OVER() processing code and fix some issues 
- 
由 Noel Grandin 提交于fix : The french messages are bad genereted (not contains DB message) 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
 
- 
- 14 9月, 2018 10 次提交
- 
- 
由 Pierre 提交于Error messages are translated in `org.h2.message.DbException` by using `MessageFormat.format` method. But the french messages are not well generated by `MessageFormat`(`{X}` are not replaced by `param` entry). That is normal, because they are not well formated : the single quote wasn't been escape This PR solves this issue by escaping the french sentences for MessageFormat. Java documentation of MessageFormat : https://docs.oracle.com/javase/8/docs/api/java/text/MessageFormat.html An extract: ``` Within a String, a pair of single quotes can be used to quote any arbitrary characters except single quotes. For example, pattern string "'{0}'" represents string "{0}", not a FormatElement. A single quote itself must be represented by doubled single quotes '' throughout a String. For example, pattern string "'{''}'" is interpreted as a sequence of '{ (start of quoting and a left curly brace), '' (a single quote), and }' (a right curly brace and end of quoting), not '{' and '}' (quoted left and right curly braces): representing string "{'}", not "{}". ```
- 
由 Evgenij Ryazanov 提交于Use PostGIS-compatible format for SRID-only constraint in GEOMETRY 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于Add experimental unoptimized support for OVER ([PARTITION BY ...]) in aggregates 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
 
- 
- 13 9月, 2018 3 次提交
- 
- 
由 Evgenij Ryazanov 提交于Add GEOMETRY type subtypes with type and SRID constraints 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
 
-