This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 23, 2023
-
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
- Feb 22, 2023
-
-
Jeff Bruemmer authored
[ci skip]
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
- Feb 21, 2023
-
-
john-metabase authored
* Improves consistency of substring in MBQL Standard SQL SUBSTRING() uses a 1-based start index, with various drivers handling a 0 start index in different ways. To make the behavior of substring consistent across drivers, we will always convert a 0 start index in MBQL to a 1 in SQL. The ->honeysql implementation of substring has been generalized and drivers can now override just the name of the substring function, or the entire expression if necessary. SQL Server now calls the parent implementation. Resolves #12445 * Fixes substring from 0 in Mongo * Adds arg to substring parent call * Fix docs and helper text for substring() * Adds schema to require positive integer index for substring * WIP, adds frontend validation for substring index arg * Adds frontend test for substring arg validation * Updates substring test to expect exception on index 0 * Update src/metabase/driver/sql/query_processor.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Use s/if instead of s/conditional * Fix substring call in mysql substring spec * Reverts driver and sql.qp changes for substring index * Reverts changes to dispatch-by-clause-name-or-class * Fixes typeinferencer test substring index * Adds test for canonicalizing substring * Fixes substring canonicalization with extra args * Updates string extracts test to account for substring canonicalization * Rewrites resolver validation application * Adds test case for frontend expression validation errors * Fixes frontend compiler spec for new substring validation --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
- Feb 20, 2023
-
-
metamben authored
* Make joins work * Run fuzzy-field-info-test only against H2 * Set driver/*driver* when performing actions * Restrict expressions+joins-test to DBs supporting date arithmetics * Fix ordering of (top level) fields in mongo tables * Explicitly exclude mongo from tests requiring foreign key support * Optimize away $sort stage for implicit order-by.
-
Ryan Laurie authored
* add helpers for actions testing * add basic action execution test * update add action test * add tags and documentation for tags * add tags to model actions spec * update test for new actions adding flow * fix merge conflicts * fix merge conflict again * address review comments * make test more reliable * prettier * prettier
-
- Feb 17, 2023
-
-
Cam Saul authored
* Oracle Honey SQL 2 * Remove debugging function * Fix concat() * Oracle should use numbers for booleans when loading test data
-
- Feb 16, 2023
-
-
Natalie authored
-
Cam Saul authored
* Remove driver methods deprecated in 43 and older * Oops don't delete read-column-thunk * Update Vertica to implement read-column-thunk instead of read-column * Remove stray reference to syncable-schemas --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Feb 15, 2023
-
-
Jeff Bruemmer authored
-
Cal Herries authored
-
- Feb 14, 2023
-
-
Natalie authored
-
- Feb 13, 2023
-
-
Ngoc Khuat authored
-
- Feb 10, 2023
-
-
Cam Saul authored
* Update Driver Changelog with Honey SQL 2 instructions * Fix typo * Add note about renamed functions
-
Natalie authored
-
Jeff Bruemmer authored
* update description * update api docs with script
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
* clickhouse from community to partner driver * format
-
- Feb 09, 2023
-
-
Cam Saul authored
-
- Feb 07, 2023
-
-
Jeff Bruemmer authored
-
- Feb 06, 2023
-
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
- Feb 01, 2023
-
-
Natalie authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
- Jan 31, 2023
-
-
Jeff Bruemmer authored
-
Natalie authored
-
- Jan 30, 2023
-
-
Jeff Bruemmer authored
-
Natalie authored
-
- Jan 27, 2023
-
-
Jeff Bruemmer authored
-
Natalie authored
-
- Jan 26, 2023
-
-
Jeff Bruemmer authored
-
- Jan 25, 2023
- Jan 19, 2023
-
-
Natalie authored
-
Jeff Bruemmer authored
-
- Jan 18, 2023
-
-
Jeff Bruemmer authored
-