Commit Graph

12 Commits

Author SHA1 Message Date
Matthew Bucci 90d1c47695 cast numbers explictly as ints rather than adding 0 to them 2024-10-17 02:36:24 -07:00
Matthew Bucci cf88b4d075 formatting 2024-02-26 16:15:07 -08:00
Matthew Bucci 2adacb53aa Merge remote-tracking branch 'origin/rewrite-fixes' into v3.4 2024-02-26 16:08:00 -08:00
Matthew Bucci 66cd2fb034 Merge branch 'v3' into site-health 2024-02-26 12:30:31 -08:00
Matthew Bucci a5480c70cb quote any variable usages in SQL 2024-02-26 12:27:23 -08:00
Matthew Bucci 315823a203 adjust Select rewriter to handle order by case statements 2024-02-22 00:52:19 -08:00
Matthew Bucci 61cfa6896d extract public to schema variable so we can use a constant later 2024-02-21 01:22:57 -08:00
Matthew Bucci ebbe2915c6 add rewrite logic for SHOW TABLE STATUS and a catch for calls to information_schema 2024-02-21 01:15:51 -08:00
Matthew Bucci 0b09d08fb1 remove unncessary string replacement for != to <> 2024-01-16 22:17:07 -08:00
Matthew Bucci 63f3f092ba ensure we don't pass null to trim during ensureGroupByOrAggregate 2023-10-30 15:20:15 -07:00
Matthew Bucci ec9079d9c9 don't split on ',' if within a function 2023-10-30 14:24:27 -07:00
Matthew Bucci 83002198b1 Polymorphic refactor + improvements to select sql rewriting 2023-10-28 02:56:41 -07:00