Commit Graph

198 Commits

Author SHA1 Message Date
Martin McKeaveney d610317ef5 fix tests 2025-01-16 16:41:00 +00:00
Martin McKeaveney e4f7fa7fad more consistent null handling 2025-01-16 15:07:32 +00:00
Martin McKeaveney 3bd56bdca7 remove nulls for raw and rely on defaults 2025-01-16 14:32:52 +00:00
Martin McKeaveney c077f7e84c lint 2025-01-16 14:20:26 +00:00
Martin McKeaveney df2f6cf257 re-added nulls 2025-01-16 14:17:02 +00:00
Martin McKeaveney 7c8bef3da7 fix column names with spaces for relationship columns 2025-01-16 14:10:00 +00:00
Adria Navarro 593c74ef8f
Merge branch 'master' into BUDI-8885/only-select-required-columns-from-sql-databases 2025-01-13 12:20:06 +01:00
Adria Navarro da4014e5aa Remove outdated TODO 2025-01-13 12:19:44 +01:00
Sam Rose 26c0861e68
Fix date-only searching. 2025-01-09 17:05:44 +00:00
Adria Navarro 8765a28f04 Move responsability to sql utils 2024-12-17 16:12:16 +01:00
Adria Navarro c398412e00 Fix pg money 2024-12-17 16:12:16 +01:00
Adria Navarro eb7fcd0219 Don't select * on relationships 2024-12-17 16:12:16 +01:00
Adria Navarro fc22db35ac Add back cte 2024-12-17 16:12:16 +01:00
Adria Navarro f8ece82648 Fix formulas on internal 2024-12-17 16:12:16 +01:00
Adria Navarro f92fcea42a Include * when having formulas 2024-12-17 16:12:16 +01:00
Adria Navarro be0074105c Request relation only when required 2024-12-17 16:12:16 +01:00
Adria Navarro 910faa6f33 Fix getting relations 2024-12-17 16:12:16 +01:00
Adria Navarro 00557e5f7e Don't include unnecessary joins 2024-12-17 16:12:16 +01:00
Adria Navarro e3c9156aef Trim selected fields 2024-12-17 16:12:16 +01:00
Adria Navarro a415095c47 Lint 2024-12-17 16:12:16 +01:00
Adria Navarro 0e0b6471d6 Generate proper select 2024-12-17 16:12:16 +01:00
Adria Navarro 544302a129 Request only needed fields 2024-12-17 16:12:16 +01:00
Sam Rose b17c6ab43a
Cleanup following bigint fixes. 2024-11-28 16:01:28 +00:00
Sam Rose dbe9eedcba
Fix table.spec.ts. 2024-11-27 17:28:20 +00:00
Sam Rose 4feda79903
Fix Oracle tests. 2024-11-27 15:52:39 +00:00
Sam Rose f211990117
Some sqs fixes. 2024-11-26 17:36:17 +00:00
Sam Rose c35e443225
Making progress toward type checking successfully. 2024-11-26 17:05:47 +00:00
Sam Rose 594af57339
wip 2024-11-26 16:28:22 +00:00
Sam Rose 26fa0222a1
Get all bigint tests passing. 2024-11-26 12:00:30 +00:00
Sam Rose 7138c02f27
Put things back how they were. 2024-11-25 17:53:58 +00:00
Sam Rose c3b2c2e1c7
Revert "Trying to make it easier to understand my tests."
This reverts commit 93d8bd792c.
2024-11-25 17:53:11 +00:00
Sam Rose 50a7539e25
Revert "wip"
This reverts commit d1b0bf965b.
2024-11-25 17:53:03 +00:00
Sam Rose d1b0bf965b
wip 2024-11-25 17:51:47 +00:00
Sam Rose 93d8bd792c
Trying to make it easier to understand my tests. 2024-11-25 17:36:18 +00:00
Sam Rose e25d92a49e
wip 2024-11-25 17:18:12 +00:00
Andrew Kingston 25a0bd2de2
Merge branch 'master' into v3-ui 2024-10-31 16:27:23 +00:00
Sam Rose 76a68a12f0
Fix handling of the Postgres money field. 2024-10-31 14:33:37 +00:00
Sam Rose 945cf52f02
Allow fields on count calculations. 2024-10-31 11:54:31 +00:00
Sam Rose b504f77d0f
Fix view calculations when relationships are present. 2024-10-30 17:32:49 +00:00
Sam Rose f46a668465
Allow bigints to be used in view calculations, and make sure they're accurate up to 64bit signed int via tests. 2024-10-25 15:55:07 +01:00
Sam Rose 7ee72b6c95
Merge master. 2024-10-25 10:58:32 +01:00
Sam Rose 478160c412
Fix all tests. 2024-10-24 12:28:23 +01:00
Sam Rose 0736812293
Add SQL injection tests. 2024-10-24 11:39:57 +01:00
Sam Rose e14918c105
Fix notContains tests again. 2024-10-24 11:20:31 +01:00
Sam Rose 0695888659
wip 2024-10-24 11:01:35 +01:00
Sam Rose ebcbadfd3a
remove all of the `fnc` variables 2024-10-23 17:21:14 +01:00
Sam Rose a120ce4e14
More refactoring. 2024-10-23 17:07:42 +01:00
Sam Rose aaf4022f25
Finally fix notContains tests. 2024-10-23 16:22:07 +01:00
Sam Rose 56a68db1d4
Checkpoint EOD: fixed a bunch more raw cases, some test failures to fix tomorrow. 2024-10-22 18:33:44 +01:00
Sam Rose 4545493cd5
Checkpoint, more raws converted. 2024-10-22 11:48:38 +01:00