- 22 7月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
typo in merge
-
由 andrei 提交于
-
- 21 7月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
and making them sort-of regular functions makes it easier to allow overriding them
-
- 16 7月, 2017 10 次提交
-
-
由 Noel Grandin 提交于
Charset collation
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
The charset collator allows sorting strings according to their binary representation in a given charset.
-
由 Noel Grandin 提交于
Refactor synonym implementation
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
- 14 7月, 2017 8 次提交
-
-
由 Niklas Mehner 提交于
Remove most of the abstract methods in AbstractTable. Instead add abstract resolve()/asTable() method, that return the backing table.
-
由 Noel Grandin 提交于
Issue#556 close connections in tests (at least in case of successful execution)
-
由 andrei 提交于
-
由 Noel Grandin 提交于
unfortunately can't enable this yet - I'm pretty sure the FileSystem side is fine, but the MVStore obviously needs more sync points somewhere
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
update docs to match code
-
由 Noel Grandin 提交于
this limit applies to both 32 and 64-bit VMs
-
由 Thomas Mueller 提交于
Issue#556 tst fix
-
- 13 7月, 2017 7 次提交
-
-
由 andrei 提交于
-
由 andrei 提交于
-
由 andrei 提交于
-
由 Noel Grandin 提交于
Update synonym implementation
-
由 Noel Grandin 提交于
Issue#560 thread leak
-
由 Noel Grandin 提交于
Check for unsupported column types in PostgreSQL mode
-
由 andrei 提交于
-
- 12 7月, 2017 2 次提交
-
-
由 Niklas Mehner 提交于
* Close connections in test * Call updateMeta in CreateSynonym to make sure changes get persisted * Drop synonym when the backing is table is dropped to fix ticket #556
-
由 httpdigest 提交于
-
- 11 7月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
eliminate memory estimations for "mem:" case
-
由 andrei 提交于
-
- 10 7月, 2017 2 次提交
- 09 7月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
Add entries for Generic cloud and datawarehouse databases.
-
- 08 7月, 2017 1 次提交
-
-
由 Bear Giles 提交于
This patch adds entries for Generic database entries for cloud and data warehouse databases. This is solely for convenience for people using the web server as a convenient frontend for SQL database. Conventional RDBMS databases moved into the cloud: - Azure SQL (Microsoft, based on SQL Server) - Redshift (Amazon, based on PostgreSQL 8) (Note: Redshift can also use a PostgreSQL driver but the Redshift driver has significantly better performance.) Cloud-native databases: - Hive 1 - Hive 2 (Note: hive may be run on a vanilla Hadoop cluster, a Cloudera cluster, or a Hortonworks cluster. The last two products may offer custom JDBC drivers.) (Note: this patch does not address Kerberos authentication or SSL encryption.) Data warehouse databases: - Impala - Snowflake - Teradata Impala is part of the Hadoop ecosystem and provided by Cloudera. Snowflake and Teradata are both commercial products.
-
- 07 7月, 2017 1 次提交
-
-
由 andrei 提交于
-
- 05 7月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 03 7月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
Issue#549 Removed UNION ALL requirements for CTE
-