Commit Graph

508 Commits

Author SHA1 Message Date
Pekka Enberg
5dc8fda78e Merge pull request #201 from JoanFM/fix-bench
bench: fix compilation
2024-07-22 13:30:41 +03:00
Joan Martinez
dd34a4c045 bench: fix compilation 2024-07-22 11:42:25 +02:00
Pekka Enberg
fc8f540807 Merge pull request #199 from benclmnt/fix-dot-schema 2024-07-22 11:29:17 +03:00
Bennett Clement
5b4bdc8aa3 Fix .schema
- Add tests for .schema
- Make command line sql arguments to allow .commands
2024-07-22 16:00:41 +08:00
Pekka Enberg
0f85c36416 Merge pull request #189 from penberg/translate-cleanup
Clean up translate module
2024-07-22 10:09:55 +03:00
Pekka Enberg
595ab432ee Merge pull request #194 from JoanFM/docs-contribute-build-perf-latency 2024-07-21 21:01:22 +03:00
Joan Martinez
326814e530 docs: contribute update 2024-07-21 20:00:19 +02:00
Pekka Enberg
4de7dbf3a2 Update CONTRIBUTING.md 2024-07-21 20:40:43 +03:00
Pekka Enberg
f9348786e5 Update CHANGELOG.md 2024-07-21 20:37:43 +03:00
Pekka Enberg
a5dd8fd92c core: Move select.rs to translate/ 2024-07-21 20:36:56 +03:00
Pekka Enberg
8ce67768e3 core: Move where_clause.rs to translate/ 2024-07-21 20:36:56 +03:00
Pekka Enberg
fee1530ea6 core: Move expr.rs to translate/ 2024-07-21 20:36:56 +03:00
Pekka Enberg
25228f44dc core: Rename translate.rs as translate/mod.rs
In preparation for moving more things under `translate` module.
2024-07-21 20:36:56 +03:00
Pekka Enberg
25dff72dec Merge pull request #190 from JoanFM/fix-io-arc
perf-latency: Fixes to enable building perf/latency
2024-07-21 20:36:29 +03:00
Joan Martinez
6ff27454cc Merge branch 'main' of https://github.com/JoanFM/limbo into fix-io-arc 2024-07-21 19:31:27 +02:00
Pekka Enberg
ea7595dac5 Merge pull request #179 from benclmnt/orderby
Partial order by support
2024-07-21 20:29:45 +03:00
Joan Martinez
642603b6c7 perf-latency: fix enabling to build multitenancy 2024-07-21 19:13:02 +02:00
Joan Martinez
4bcae54aa9 fix: use Arc to handle IO 2024-07-21 19:01:58 +02:00
Bennett Clement
0a4e094ef6 Update COMPAT table and remove unused deps 2024-07-22 00:28:31 +08:00
Bennett Clement
4590c3cc7c Support select <columns> for order by operation 2024-07-22 00:28:27 +08:00
Bennett Clement
2e0d4c6fdb Implement basic ORDER BY
- Only SELECT * is supported
- Only ASC is supported
2024-07-22 00:28:00 +08:00
Bennett Clement
865b3a04e9 Implement orderby translation 2024-07-22 00:27:46 +08:00
Pekka Enberg
28a078726a Merge pull request #188 from JeanArhancet/feat/add-length-scalar-function 2024-07-21 18:20:12 +03:00
JeanArhancet
50c12d24c8 feat: add length scalar function 2024-07-21 16:30:40 +02:00
Pekka Enberg
557eb25ba7 Add partial scalar function support to CHANGELOG.md 2024-07-21 15:26:52 +03:00
Pekka Enberg
5df0254a07 Mention file locking issue in CHANGELOG.md 2024-07-21 15:25:47 +03:00
Pekka Enberg
17727ef1af sqlite3: Make stub function failures more explicit 2024-07-21 13:34:39 +03:00
Pekka Enberg
15eb26f802 Merge pull request #187 from mazchew/cpython-error-compatibility
Add implementations of sqlite3 error codes and messages for compatibility with CPython
2024-07-21 13:32:44 +03:00
mazchew
c90f7b8222 add cpython compatibility for error codes and messages
edits

minor edit
2024-07-21 17:56:05 +08:00
Pekka Enberg
5227beb99c Merge pull request #186 from JeanArhancet/feat/add-round-scalar-function 2024-07-21 12:55:04 +03:00
JeanArhancet
569322446a feat: add round scalar function 2024-07-21 10:29:30 +02:00
Pekka Enberg
ba0aa663ee Merge pull request #184 from JeanArhancet/feat/add-trim-scalar-function 2024-07-20 16:39:22 +03:00
JeanArhancet
fd5dd4f3e7 feat: add trim scalar function 2024-07-20 11:46:37 +02:00
Pekka Enberg
db030d6825 Merge pull request #183 from JeanArhancet/feat/add-random-function 2024-07-19 22:48:33 +03:00
JeanArhancet
a2d4d73ce5 refactor: use getrandom 2024-07-19 21:26:42 +02:00
JeanArhancet
6a5d6847c0 feat: add random function 2024-07-19 17:56:01 +02:00
Pekka Enberg
15bdeaba9a Merge pull request #182 from brayanjuls/upper_lower_scalar_func
implementation of scalar functions `upper` and `lower`
2024-07-19 10:50:18 +03:00
Brayan Jules
73c8fc23ba implementation of scalar functions upper and lower 2024-07-19 00:38:12 -04:00
Pekka Enberg
3805311508 Merge pull request #181 from jussisaurio/translate-breakup-1 2024-07-18 17:42:35 +03:00
jussisaurio
dcd08e3b38 Extract modules expr,select,where_clause from translate.rs 2024-07-18 14:31:26 +03:00
Pekka Enberg
148ef06b8d Merge pull request #180 from jussisaurio/update-compat-changelog
Update changelog/compat re: joins
2024-07-18 13:39:00 +03:00
jussisaurio
745d7f0547 Update changelog/compat re: joins 2024-07-18 13:32:54 +03:00
Pekka Enberg
4baa27869b Merge pull request #148 from jussisaurio/left-join
Left join initial nested loop implementation
2024-07-18 13:28:00 +03:00
jussisaurio
70953a4fd0 Left join initial nested loop implementation 2024-07-18 10:55:27 +03:00
Pekka Enberg
573f19c494 Merge pull request #178 from brayanjuls/main
feat: abs func implementation + Unary Expr implementation
2024-07-18 08:25:17 +03:00
Pekka Enberg
3a46ca7d1c Update CHANGELOG.md 2024-07-18 08:17:31 +03:00
Brayan Jules
b7c08b8fd5 feat: abs func initial implementation 2024-07-17 22:55:41 -04:00
Pekka Enberg
188ecf8593 Merge pull request #151 from gvos94/graghura/lock-files 2024-07-17 22:11:47 +03:00
gandeevanr
c391b7b9a6 implemented the drop trait for all the limbo_core::File implementations 2024-07-17 11:34:47 -07:00
gandeevanr
9ef212edd3 Added support to disallow multiple processes from opening the same database file in linux and darwin 2024-07-17 11:34:47 -07:00