mike12345567
|
3ce00c42a2
|
Adding SQL logging capabilities.
|
2024-01-18 18:13:11 +00:00 |
mike12345567
|
7eccbb851d
|
Fixing issues with other SQL functions than just reading.
|
2023-12-01 15:27:49 +00:00 |
mike12345567
|
5c4dc0dc83
|
Fixing issue with aliasing.
|
2023-12-01 14:14:44 +00:00 |
mike12345567
|
649025ca12
|
Fixing missed from.
|
2023-11-28 18:45:05 +00:00 |
mike12345567
|
65cddae9da
|
Getting relationship aliasing working.
|
2023-11-28 18:43:38 +00:00 |
mike12345567
|
cb7c1898f2
|
Getting basic aliasing working after some testing.
|
2023-11-27 19:02:06 +00:00 |
mike12345567
|
478e297e9e
|
Initial work towards aliasing queries for SQL.
|
2023-11-24 18:11:53 +00:00 |
Adria Navarro
|
92f411bf77
|
Prettier
|
2023-11-20 21:48:49 +01:00 |
Adria Navarro
|
4d27ff1dc0
|
eslint import/no-duplicates
|
2023-11-20 21:48:49 +01:00 |
Sam Rose
|
767900aec6
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
mike12345567
|
8ca3f13a1c
|
Quick re-jig based on test failure, seems the base sql.ts is depended on fairly heavily, importing the SDK can create a lot of cycles.
|
2023-09-14 16:53:36 +01:00 |
mike12345567
|
217d10f5fb
|
Fix for more than/less than ranges, zeros were ignored when building up ranges, so that it simply acted like an upper limit, rather than a range.
|
2023-09-14 14:00:49 +01:00 |
Mel O'Hagan
|
17dc01808c
|
Additional unit test
|
2023-09-11 21:35:51 +01:00 |
melohagan
|
ece1c421fa
|
Fix/formula as display (#11439)
* Allow formulas to be display columns in the grid
* Ensure SQL Server always has a sort order
|
2023-08-04 13:53:30 +01:00 |
melohagan
|
9e8ab55e18
|
Lowercase values for Oracle LIKE (#10134)
|
2023-03-28 11:46:29 +01:00 |
Adria Navarro
|
63afd34eb2
|
Bug - BUDI-6068 filters do not work for google sheets (#9886)
* Add data-utils with filters
* Create data-utils
* Add data-utils to compiled code
* Reuse constants
* Fix tests
* Rename package to shared-core
* Namespace export shared-core
* Rely on rollup to bundle shared-core
* Revert "Rely on rollup to bundle shared-core"
This reverts commit e8b5a2bb9a .
* Updating version and removing private.
* Update version
* Increment versions.
* Implement sort
* Enabling sort
* v2.3.21-alpha.2
* Fix build
* Improve readability
* Move deepGet to shared helper
* Better type usage
* Fix types
* Configure types
* Fix vite refs
* Add dep
* Fixing depencencies on client
* Add missing dev command
* Fix loading issues
* Update versions to latest
* Multiple es6 and commonjs configs
* Config
* Use local packages on rollup for client
* Change shared-core and types entry points
---------
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
|
2023-03-09 12:25:12 +00:00 |
mike12345567
|
42fc004212
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
|
2023-02-24 12:46:58 +00:00 |
adrinr
|
9e0d003038
|
Fix creation
|
2023-02-23 10:28:24 +01:00 |
adrinr
|
b9c54b6fe6
|
Update many to many
|
2023-02-22 10:54:55 +00:00 |
mike12345567
|
ef30c03fa6
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
|
2023-02-21 17:26:24 +00:00 |
adrinr
|
e0b3976ee4
|
Add return select statement back on update
|
2023-02-21 15:57:04 +00:00 |
adrinr
|
1ada790d50
|
Fix postgres update for relationships
|
2023-02-21 15:21:00 +00:00 |
Rory Powell
|
bb1faac62a
|
Merge master into develop
|
2023-02-15 15:10:02 +00:00 |
mike12345567
|
05ceee1cfe
|
Moving lucene handling to backend-core so that it can be used for other databases (outside row indexes).
|
2023-02-13 17:13:59 +00:00 |
adrinr
|
2cdc2f3fec
|
Fix select statement when no resource
|
2023-02-07 12:29:58 +00:00 |
adrinr
|
3d917bfe22
|
Fix conflicting columns issue
|
2023-02-07 12:25:02 +00:00 |
adrinr
|
bc0208bc83
|
Clean describes
|
2023-02-07 11:27:46 +00:00 |
adrinr
|
79e42abc1e
|
Tidy tests
|
2023-02-07 10:46:34 +00:00 |
Adria Navarro
|
afa282ecbf
|
Fix sql when no resource
|
2023-02-06 20:47:49 +00:00 |
adrinr
|
c87efb7866
|
Don't return foreign keys on updates and deletes
|
2023-02-06 17:37:00 +00:00 |
adrinr
|
29503d1244
|
Fix tests
|
2023-02-06 17:30:33 +00:00 |
melohagan
|
458ab7dadc
|
SQL filtering: Always escape key in LIKE statements (#9278)
* Always escape key in like statements
* lint
|
2023-01-20 14:03:14 +00:00 |
melohagan
|
1b74895abc
|
SQL server relationship fix for tables in schema (#9103)
* Add schema to LEFT JOIN
* lint
|
2022-12-19 18:12:05 +00:00 |
mike12345567
|
02ede5d067
|
Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions.
|
2022-11-22 19:49:59 +00:00 |
mike12345567
|
ae9ae26bd4
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters
|
2022-08-15 12:24:41 +01:00 |
mike12345567
|
1c7f860184
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-08-11 16:28:46 +01:00 |
mike12345567
|
b803a3fd93
|
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
|
2022-08-11 13:50:05 +01:00 |
mike12345567
|
d14051bd62
|
Fixing test cases.
|
2022-08-03 18:20:07 +01:00 |
mike12345567
|
129c966226
|
Updating the filter system to allow adding multiple filter properties of the same name at once, as well as enabling the use of the allOr property from within the UI - resolves an old issue #2585.
|
2022-08-02 18:34:58 +01:00 |
Mel O'Hagan
|
2356d09022
|
Has any support SQL Server
|
2022-07-28 09:20:00 +01:00 |
Mel O'Hagan
|
26c8af3c1e
|
SQL Server containsAny unit test
|
2022-07-27 16:40:07 +01:00 |
Mel O'Hagan
|
4abd984d99
|
Has any of filter Postgres
|
2022-07-27 16:37:29 +01:00 |
Mel O'Hagan
|
17bb56a772
|
Has any of MySQL filter
|
2022-07-27 13:19:47 +01:00 |
Mel O'Hagan
|
413bd55b94
|
Not Contains for SQL Server
|
2022-07-27 11:56:57 +01:00 |
Mel O'Hagan
|
69135d34a7
|
Not Contains Postgres filter
|
2022-07-27 11:49:45 +01:00 |
Mel O'Hagan
|
ce9a6a7141
|
Not Contains filter for MySQL
|
2022-07-27 11:40:46 +01:00 |
Mel O'Hagan
|
47955b9b31
|
Fix unit tests
|
2022-07-26 16:58:01 +01:00 |
Mel O'Hagan
|
74d6687a95
|
Has all of SQLServer
|
2022-07-26 16:45:05 +01:00 |
Mel O'Hagan
|
a85ad2ced6
|
MySQL has all of
|
2022-07-26 16:16:46 +01:00 |
Mel O'Hagan
|
76e4ffc04d
|
Postgres has all of
|
2022-07-26 15:59:49 +01:00 |