Commit graph

186 commits

Author SHA1 Message Date
Yuriy Dupyn
af5490e2dc Cleanup 2024-02-01 17:14:50 +01:00
Yuriy Dupyn
ae4061980e white space 2024-02-01 15:51:31 +01:00
Yuriy Dupyn
d4a941a738 Write new parser/formatters for Values/IndexableValues 2024-02-01 15:50:19 +01:00
Yuriy Dupyn
6b93452d3e Make IndexableValue into a total order 2024-02-01 15:22:03 +01:00
Yuriy Dupyn
dab4fdd02b Merge branch 'main' into optional_values 2024-02-01 15:02:32 +01:00
Yuriy Dupyn
22a2730b96 Make test compile 2024-02-01 14:57:45 +01:00
Yuriy Dupyn
fbd7bf1f72 Fix errors in parsing crate 2024-02-01 14:45:29 +01:00
Yuriy Dupyn
339686f5c5 Introduce optional type/value 2024-02-01 14:35:25 +01:00
Yuriy Dupyn
999e9e6d5b Merge branch 'deal_with_todos' into 'main'
Deal with todos in minisql crate

See merge request x433485/minisql!27
2024-02-01 14:28:28 +01:00
Yuriy Dupyn
7c9caa032b Remove HEY_BTW: comment 2024-02-01 14:20:24 +01:00
Jindřich Moravec
597c52caa0 Merge branch 'index-serialization' into 'main'
Index serialization

See merge request x433485/minisql!25
2024-02-01 13:39:41 +01:00
Yuriy Dupyn
a3e3390c85 Explain the role of the DESIGN_OLD.md file 2024-02-01 13:35:10 +01:00
Yuriy Dupyn
e22b31dc41 Locking per table is a concern of a different PR 2024-02-01 13:31:42 +01:00
Yuriy Dupyn
5909df60b0 Explain one occurence of extra braces around a block of code in tests 2024-02-01 13:30:59 +01:00
Yuriy Dupyn
83fd46b4f5 Explain why implementing Debug for Response::Selected(...) is problematic 2024-02-01 13:29:05 +01:00
Yuriy Dupyn
df108f581c Explain why floats are different with respect to indexing 2024-02-01 13:25:43 +01:00
Yuriy Dupyn
8cc5b92808 Remove TODO's about Null. We'll implement Option<T> in another PR 2024-02-01 13:25:09 +01:00
Jindřich Moravec
22d29e86bf fix: convert demo db file 2024-01-30 20:19:06 +01:00
Jindřich Moravec
67f0afeba8 fix: serialization of values into string 2024-01-30 20:12:34 +01:00
Jindřich Moravec
ee757c7ca2 Merge branch 'docs-v2' into 'main'
docs: add example query

See merge request x433485/minisql!24
2024-01-28 23:48:24 +01:00
Jindřich Moravec
823533c7d0 docs: add example query 2024-01-28 23:29:17 +01:00
Maxim Svistunov
63171f3b32 Merge branch 'docs' into 'main'
Project documentation

See merge request x433485/minisql!23
2024-01-28 23:07:53 +01:00
Jindřich Moravec
124f602547 docs: remove empty line 2024-01-28 23:01:05 +01:00
Jindřich Moravec
e26fffe36c docs: project documentation 2024-01-28 22:58:32 +01:00
Yuriy Dupyn
c4de02c1e6 Clear up division of labour 2024-01-28 22:51:27 +01:00
Yuriy Dupyn
53c5d3f3f7 Merge branch 'cargo-format' into 'main'
Apply cargo format

See merge request x433485/minisql!22
2024-01-28 22:43:06 +01:00
Yuriy Dupyn
845db102c2 cargo format 2024-01-28 22:40:41 +01:00
Yuriy Dupyn
4d45da0cd1 Merge branch 'clippy-formatting' into 'main'
Clippy formatting

See merge request x433485/minisql!21
2024-01-28 22:30:59 +01:00
Yuriy Dupyn
b836ba5e04 Merge remote-tracking branch 'origin/main' into clippy-formatting 2024-01-28 22:27:03 +01:00
Jindřich Moravec
adb1d14e4b Merge branch 'demo-data' into 'main'
Add demo DB with two tables

See merge request x433485/minisql!19
2024-01-28 22:25:44 +01:00
Yuriy Dupyn
0cac6a0094 Clippy 2024-01-28 22:25:38 +01:00
Maxim Svistunov
a184657d41 Merge branch 'cancellation' into 'main'
Fix cancellation before next query

See merge request x433485/minisql!20
2024-01-28 22:23:34 +01:00
Jindřich Moravec
65a469e8b9 fix: cancellation before next query 2024-01-28 22:21:03 +01:00
Maxim Svistunov
402251aa5c Add demo DB with two tables 2024-01-28 22:10:33 +01:00
Yuriy Dupyn
2ba158a0d4 Clippy 2024-01-28 22:08:46 +01:00
Jindřich Moravec
18d47b54ce Merge branch 'client-cleanup' into 'main'
Make client more user friendly

See merge request x433485/minisql!18
2024-01-28 21:57:48 +01:00
Jindřich Moravec
832ed8170b fix: utf8 decoding and add test to prevent it 2024-01-28 21:56:02 +01:00
Jindřich Moravec
a492e29f8b refactor: cleanup client output 2024-01-28 21:41:19 +01:00
Yuriy Dupyn
8eec9c6759 Fix some of the clippy errors 2024-01-28 21:40:43 +01:00
Jindřich Moravec
e53650d02e Merge branch 'empty-select' into 'main'
Empty select

See merge request x433485/minisql!17
2024-01-28 20:57:26 +01:00
Jindřich Moravec
b5b35ec3db fix: better comment for table oid hashing 2024-01-28 20:55:25 +01:00
Jindřich Moravec
36bc15ecc5 Merge branch 'main' into empty-select
# Conflicts:
#	server/src/proto_wrapper.rs
2024-01-28 20:53:43 +01:00
Jindřich Moravec
8fc271695a fix: empty select returns header 2024-01-28 20:45:09 +01:00
Jindřich Moravec
d26d7898f4 Merge branch 'cli-arg-nameclash-fix' into 'main'
Fix arg name collision

See merge request x433485/minisql!16
2024-01-28 20:22:15 +01:00
Maxim Svistunov
01d24269df Fix arg name collision 2024-01-28 20:19:50 +01:00
Yuriy Dupyn
6c82404767 Merge branch 'validation-cleanup' into 'main'
Validation cleanup

See merge request x433485/minisql!15
2024-01-28 20:10:14 +01:00
Yuriy Dupyn
fd03cc2ed4 Merge remote-tracking branch 'origin/main' into validation-cleanup 2024-01-28 20:03:33 +01:00
Maxim Svistunov
25bb21c29c Merge branch 'cli-args' into 'main'
CLI arguments

See merge request x433485/minisql!14
2024-01-28 20:01:41 +01:00
Maxim Svistunov
e80beaf160 Add the port and host CLI arguments
Improve args and add them to --help

Remove unnecessary unwraps
2024-01-28 19:58:43 +01:00
Jindřich Moravec
dd013e5885 Merge branch 'details-v1' into 'main'
Details

See merge request x433485/minisql!13
2024-01-28 19:46:32 +01:00