Releases: duckstax/otterbrix
Releases · duckstax/otterbrix
1.0.0a8
What's Changed
- Multicollection physical plan bugfix by @OrangeSmokingJacket in #310
- base Join (nested loop) (#268) by @OrangeSmokingJacket @CLTanuki @kotbegemot in #312
- move index to execute ql by @SergeiNA in #303
- implement sql index parser by @SergeiNA in #319
- File system update by @OrangeSmokingJacket in #321
- implement sql like index parser internals by @SergeiNA in #325
- refusal to use abstraction collection by @kotbegemot in #326
- project structure changed by @kotbegemot in #328
- collection split by @kotbegemot in #329
- Fix CI clang-format issue by @SergeiNA in #335
- new documents and memory resource by @OrangeSmokingJacket in #330
- CSharp database/collection SQL syntax added by @OrangeSmokingJacket in #336
Full Changelog: 1.0.0a7...1.0.0a8
1.0.0a7
What's Changed
- SQL-parser: ORDER BY by @makeyavelly in #246
- SQL-parser: fields in select by @makeyavelly in #248
- SQL-parser: GROUP BY by @makeyavelly in #249
- memory_storage by @makeyavelly in #251
- Remove manager databases by @makeyavelly in #252
- Make method execute_plan into memory_storage by @makeyavelly in #253
- Move find into memory storage by @makeyavelly in #255
- repair building on ubuntu 22 by @kotbegemot in #256
- remove nested if-else by @SergeiNA in #258
- Fix python tests test_collection by @SergeiNA in #260
- Native integration by @kotbegemot in #261
- arch64 by @kotbegemot in #263
- asserts for debug to develop by @bchelste in #267
- CSharp integration by @CLTanuki in #269
- refactoring: Move insert_documents to execute ql by @SergeiNA in #259
- name chaned by @kotbegemot in #275
- Add formmating by @SergeiNA in #274
- refactoring: Move delete and update to execute ql by @SergeiNA in #276
- results removal by @OrangeSmokingJacket in #270
- Add address sanitizer by @kotbegemot in #277
- Apply clang-fromat by @SergeiNA in #298
- CSharp integration by @OrangeSmokingJacket in #299
- remove find_sessoin with name by @SergeiNA in #301
- EntityFramework has been moved by @OrangeSmokingJacket in #302
New Contributors
- @SergeiNA made their first contribution in #258
- @bchelste made their first contribution in #267
- @CLTanuki made their first contribution in #269
- @OrangeSmokingJacket made their first contribution in #270
Full Changelog: 1.0.0a6...1.0.0a7
1.0.0a6
What's Changed
- Lexer for SQL-parser by @makeyavelly in #233
- Basic SQL-parser: insert by @makeyavelly in #238
- SQL-parser: SELECT FROM WHERE by @makeyavelly in #239
- SQL-parser: DELETE FROM WHERE by @makeyavelly in #242
- SQL-parser: UPDATE SET WHERE by @makeyavelly in #243
- Executor SQL-queries by @makeyavelly in #244
- Python test SQL by @kotbegemot in #245
Full Changelog: 1.0.0a5...1.0.0a6
1.0.0a5
What's Changed
- build splitting with/without wasm and duckstax index conan changing address by @kotbegemot in #221
- Benchmark document by @makeyavelly in #225
- Clean document by @makeyavelly in #227
- Column base by @kotbegemot in #216
- Index rocks by @makeyavelly in #222
- double build wasm and not wasm by @kotbegemot in #231
- Refactoring logic plan by @makeyavelly in #230
- fix repeated inserting into index at restoring by @makeyavelly in #232
Full Changelog: 1.0.0a4...1.0.0a5
1.0.0a4
What's Changed
- pip by @kotbegemot in #202
- fix build docker @kotbegemot in #208
- Refactor workflow by @theirix in #209
- debug-tool : id-command to string by @kotbegemot in #210
- slice replace string by @kotbegemot
- ql by @makeyavelly in #213
- Logical plan by @makeyavelly in #214
- Fix convert value to string by @makeyavelly in #217
- physical plan and logical plan by @makeyavelly in #192
Full Changelog: 1.0.0a3...1.0.0a4
1.0.0a3
What's Changed
- #184 benchmark by @makeyavelly in #186
- Clean warnings. Step 1 by @makeyavelly in #187
- Clean document encoder by @makeyavelly in #188
- Wasm build env by @kotbegemot in #190
- base index by @kotbegemot in #193
- #182 index base by @kotbegemot in #183
- @samdark in #196