Commit Graph

  • bec5e10f7b
    Add mt idx empty tests Sayan Nandan 2023-01-29 06:58:53 -0800
  • c9ea051bd3
    Put state into config Sayan Nandan 2023-01-29 06:15:09 -0800
  • 900e10efd7
    Add mt idx impl (copy) Sayan Nandan 2023-01-28 05:43:24 -0800
  • 57c7a6447b
    Add mt idx impls Sayan Nandan 2023-01-28 04:18:19 -0800
  • 48ada558ad
    Clarify idx trait definitions Sayan Nandan 2023-01-28 02:18:36 -0800
  • 29baeb4996
    Implement mtchm Sayan 2023-01-27 22:53:01 +0530
  • a59823fc48
    Add misc lib changes Sayan Nandan 2023-01-26 04:53:32 -0800
  • f26e71512e
    Fix segfaults in UArray impl Sayan Nandan 2023-01-26 04:43:19 -0800
  • 6fcf87c040
    Add misc bounds and impls for `TMCell` Sayan Nandan 2023-01-24 01:37:12 -0800
  • 548ed53e16
    Do not enforce a `Clone` bound in idx impls Sayan Nandan 2023-01-24 01:20:17 -0800
  • d831eb3a7c
    Enable bi-directional iter on `VInline` Sayan Nandan 2023-01-23 15:17:34 +0000
  • 89888483e2
    Enable bi-directional iter on `UArray` Sayan Nandan 2023-01-23 15:02:22 +0000
  • 86585ff864
    Impl into_iter for `VInline` Sayan Nandan 2023-01-23 14:50:30 +0000
  • 28b6ce0d96
    Add misc trait impls for seq mem structures Sayan Nandan 2023-01-23 14:17:55 +0000
  • f63ec2d37d
    Add `IntoIter` for `UArray` Sayan Nandan 2023-01-23 14:01:46 +0000
  • 14c1d94027
    Refactor `mem` modules Sayan Nandan 2023-01-23 13:16:49 +0000
  • 49dfac11b5
    Add remove and capacity optimization ops to VInline Sayan Nandan 2023-01-23 13:07:48 +0000
  • 10a36fa77d
    Add `UArray` definition Sayan Nandan 2023-01-23 09:31:40 +0000
  • ab30a74173
    Re-export at mod level Sayan Nandan 2023-01-23 06:12:12 +0000
  • 9d3115a7cf
    Enable idx init with cap Sayan Nandan 2023-01-23 04:49:15 +0000
  • a9900e2bd6
    Revise definitions for ST idx Sayan Nandan 2023-01-23 04:38:13 +0000
  • 7a2e8e4b58
    Impl idx traits for `StdMap` Sayan Nandan 2023-01-23 04:22:04 +0000
  • fa17f72519
    Add `VInline` impl Sayan Nandan 2023-01-22 18:07:29 +0000
  • 2dfe7227aa
    Add `TMCell` Sayan Nandan 2023-01-22 09:27:05 +0000
  • 44aa57a25a
    Add sync module Sayan Nandan 2023-01-20 14:35:56 +0000
  • 27e462fb4f
    Refactor modules Sayan Nandan 2023-01-19 07:29:34 -0800
  • 9d3cef9685
    Add tests for ord index Sayan Nandan 2023-01-19 05:56:03 -0800
  • 01f2bca81f
    Add basic tests for ord index Sayan Nandan 2023-01-19 01:22:46 -0800
  • ae516b7168
    Add Index trait impls Sayan Nandan 2023-01-18 21:36:24 -0800
  • 29a4cceea1
    Add ordered iter impls for ord idx Sayan Nandan 2023-01-18 09:01:26 -0800
  • b5ec9da926
    Add ord index impls and fix UB Sayan Nandan 2023-01-18 04:37:58 -0800
  • 530e76eca4
    Add primitive methods to ord idx impl Sayan Nandan 2023-01-17 01:19:44 -0800
  • 603ea85e8c
    Add index definitions Sayan Nandan 2023-01-16 09:29:20 -0800
  • ee32df0916
    Add iterator definitions to ME trait Sayan Nandan 2023-01-12 14:22:35 +0000
  • a116e49953
    Add initial definition of `MemoryEngine` Sayan Nandan 2023-01-12 04:49:09 +0000
  • 6736285df5
    Fix README [skip ci] Sayan Nandan 2023-01-10 08:27:44 -0800
  • fd22b51183
    Use `State` for all other DDL statements Sayan Nandan 2023-01-10 07:56:46 -0800
  • 763007a98c
    Use `State` for `CREATE` and `ALTER` statements Sayan Nandan 2023-01-10 07:20:59 -0800
  • 2756b1d070
    Simplify lit to owned data clone Sayan Nandan 2023-01-09 23:22:24 -0800
  • 4d140c74fd
    Support built-in fn substitution Sayan Nandan 2023-01-09 21:12:17 -0800
  • 4b5c9c9952
    Upgrade deps Sayan Nandan 2023-01-09 21:22:06 -0800
  • 0f064e1087
    Use `State` for more reliable QP Sayan Nandan 2023-01-07 10:00:18 -0800
  • 1df6f33032
    Remove `RawSlice` usage Sayan Nandan 2023-01-06 06:53:15 -0800
  • 255d058793
    Add tests for secure list parsing Sayan Nandan 2023-01-05 20:34:47 -0800
  • 16fb7a7d1b
    Support parameters in DDL queries Sayan Nandan 2023-01-05 09:01:56 -0800
  • ce8bba18cd
    Add support for parameterization Sayan Nandan 2023-01-05 07:11:44 -0800
  • 3257798ee0
    Use `LitIR` throughout `dml` Sayan Nandan 2023-01-03 19:09:36 -0800
  • 40b4c5042a
    Define `QueryInterface` Sayan Nandan 2023-01-03 08:40:08 -0800
  • 82f8cea5d1
    Fix tests in `tests::dml_tests` Sayan Nandan 2023-01-02 23:13:32 -0800
  • 4c5e919954
    Store rel expr operands as `LitIR` reprs Sayan Nandan 2023-01-02 21:26:25 -0800
  • b918af6d96
    Use flags for DT Sayan Nandan 2023-01-01 05:02:38 -0800
  • 5d527408cd
    Fix number decode algorithm for signed numbers Sayan Nandan 2022-12-24 06:03:27 -0800
  • dae3faf87d
    Implement insecure lexer Sayan Nandan 2022-12-18 20:35:35 +0530
  • 5a7145fa40
    Implement parameterization and remove unsafe literals Sayan Nandan 2022-12-18 19:26:33 +0530
  • 79050e5fff
    Rename `UnsafeLit` to `SafeLit` Sayan Nandan 2022-12-14 10:31:50 +0530
  • bd0c06652c
    Use `where` clauses by default for DML queries Sayan Nandan 2022-12-04 11:27:25 +0530
  • 2dec28d989
    Add `where` clause parsing Sayan Nandan 2022-12-02 21:54:39 +0530
  • cac7bd4860
    Add new keywords Sayan Nandan 2022-12-02 10:44:36 +0530
  • 7e5e2838cc
    Add support for relational expressions Sayan Nandan 2022-11-30 23:47:09 +0530
  • ddba886a0f
    Add operating modes Sayan Nandan 2022-11-21 13:16:21 +0530
  • d1cba5d8b4
    Support signed integers Sayan Nandan 2022-11-21 09:54:07 +0530
  • 9d51dc70fe
    Make sure we accept all literal types in queries Sayan Nandan 2022-11-20 22:10:57 +0530
  • 986cb26ebd
    Support `null` in dict and tymeta Sayan Nandan 2022-11-20 20:58:52 +0530
  • 173832dd13
    Add benches for `drop` Sayan Nandan 2022-11-18 09:05:48 +0530
  • c36693afd5
    Add benches for `use` and `inspect` Sayan Nandan 2022-11-17 22:13:29 +0530
  • 5711fd1089
    Improve DDL query parsing Sayan Nandan 2022-11-17 20:39:26 +0530
  • 89c6035367
    Fix some DDL query implementations Sayan Nandan 2022-11-16 22:32:55 +0530
  • 05b8fe81c0
    Add basic benches for `ql` Sayan Nandan 2022-11-16 19:25:42 +0530
  • db35f8a31b
    Fix update to allow single entities to be passed Sayan Nandan 2022-11-15 12:25:33 +0530
  • 943125116b
    Add parsing for delete queries Sayan Nandan 2022-11-15 12:20:07 +0530
  • a1c85fb305
    Add parsing for update queries Sayan Nandan 2022-11-15 11:31:32 +0530
  • ee7196d499
    Add parsing for select queries Sayan Nandan 2022-11-11 23:43:41 +0530
  • fe3e20ffd7
    Fix fuzz tests and use custom uninit structure Sayan Nandan 2022-11-09 22:51:38 +0530
  • f695051826
    Add parsing for insert statements Sayan Nandan 2022-11-09 21:35:38 +0530
  • f69ec88354
    Use `Token!` for token shorthand Sayan Nandan 2022-11-07 13:02:57 +0530
  • 2d1fdd3417
    Keep `UnsafeLit` as a `Lit` variant Sayan Nandan 2022-11-06 21:18:11 +0530
  • 9c28c97830
    Support unsafe literals Sayan Nandan 2022-11-06 11:23:29 +0530
  • b816367032
    Clean up borrows Sayan Nandan 2022-11-04 18:23:32 +0530
  • ba17f0a0cd
    Cleanup code Sayan Nandan 2022-11-02 12:46:47 +0530
  • 2508e9b6df
    Upgrade deps Sayan Nandan 2022-11-02 12:34:41 +0530
  • 736e411d1f
    Add cli tests for sky-bench (#289) Sanjay Sharma 2022-10-30 13:39:03 +0000
  • 3bb3c5d4c9
    Add cli tests for sky-migrate (#288) Sanjay Sharma 2022-10-30 13:38:22 +0000
  • a2f3ff1b48
    Add cli tests for skysh (#290) Sanjay Sharma 2022-10-30 13:37:05 +0000
  • 927836e170
    Upgrading clap version to 4.x for skybench (#286) Sanjay Sharma 2022-10-27 06:00:48 +0100
  • 77b2b25322
    Upgrading clap version to 4.x for sky-migrate (#285) Sanjay Sharma 2022-10-26 18:04:15 +0100
  • b3bc07fd49
    Update styling guide [skip ci] Sayan Nandan 2022-10-26 11:51:56 +0530
  • 54d2075a6d
    Upgrading clap version to 4.x for skysh (#284) Sanjay Sharma 2022-10-26 04:55:05 +0100
  • e580f2b8d8
    Add full support for map-based insert syntax Sayan Nandan 2022-10-14 23:25:02 +0530
  • 132633c542
    Add tuple syntax parsing Sayan Nandan 2022-10-14 22:19:24 +0530
  • 68ed434c96
    Add complete list support Sayan Nandan 2022-10-14 21:16:24 +0530
  • 7ecec7ffa6
    Add inspect statements Sayan Nandan 2022-10-03 18:25:40 +0530
  • deed013648
    Fix entity parsing Sayan Nandan 2022-10-03 17:59:54 +0530
  • 7a5b958402
    Support reset syntax Sayan Nandan 2022-10-03 14:38:24 +0530
  • 700204913a
    Enable adding fields using `alter model` Sayan Nandan 2022-10-03 09:08:33 +0530
  • a84bb28a6a
    Avoid pointless allocations for DDL operations Sayan Nandan 2022-10-02 22:10:31 +0530
  • 70754cbb4d
    Support field removal in alter model Sayan Nandan 2022-10-02 22:04:30 +0530
  • 500bfc353d
    Add field-dict expression syntax Sayan Nandan 2022-09-30 23:52:07 +0530
  • f41ea72747
    Upgrade deps Sayan Nandan 2022-09-29 23:13:16 +0530
  • efcc89d984
    Enable altering of spaces Sayan Nandan 2022-09-24 10:02:58 +0530
  • 9d5f85374b
    Fix equality checks Sayan Nandan 2022-09-22 21:03:42 +0530