Commit graph

  • 6e09684e4c
    Make surrealdb.query() and surrealdb.value() consistent () Tobie Morgan Hitchcock 2024-09-03 14:13:37 +0100
  • 507dd931f3
    Add function returns to info structure () Julian 2024-09-03 15:02:09 +0200
  • b41b28f099
    Add ability to configure HTTP endpoint limits () Tobie Morgan Hitchcock 2024-09-03 14:01:53 +0100
  • ff3c3bcc2b
    Make sdk create consistent () Raphael Darley 2024-09-03 06:01:37 -0700
  • b0cde2a40a
    Overhaul the parser error type. () Mees Delzenne 2024-09-03 13:53:16 +0200
  • 329bb74040
    Fix NONE and NULL less than or greater than bugs () Tobie Morgan Hitchcock 2024-09-02 11:03:26 +0100
  • 99356dcd49
    Default to true for WHEN on DEFINE EVENT statement () Dave MacLeod 2024-09-02 19:03:09 +0900
  • 4145f70463
    Fix ensuring unreachable code returns an error instead of panicking () Tobie Morgan Hitchcock 2024-09-02 11:02:53 +0100
  • 185cb9e568
    Fix cargo dependency loading issue () Tobie Morgan Hitchcock 2024-09-02 10:43:41 +0100
  • 1153a2469b
    Fix complex Record IDs from being output incorrectly within JavaScript functions () Tobie Morgan Hitchcock 2024-09-02 10:19:25 +0100
  • a0028e2c7a
    Fix allowing any to be used for optional arguments () Tobie Morgan Hitchcock 2024-09-02 10:15:13 +0100
  • 7588c7e31a
    Fix bug with object array-indexed string field names appearing with quotation marks () Tobie Morgan Hitchcock 2024-09-02 10:13:47 +0100
  • cefb95df28
    [Bug] Concurrent indexing fails on record updates () Emmanuel Keller 2024-08-30 17:26:01 +0100
  • 3ded680b33
    Escape "table" indents () Julian 2024-08-30 16:34:18 +0200
  • 0733be13a0
    improve transparent api () Raphael Darley 2024-08-30 05:39:55 -0700
  • b4937b96e9
    Avoid calling the storage engine when range scan is invalid () Emmanuel Keller 2024-08-30 08:40:09 +0100
  • 1e6a3a8f9b
    Display function return types () Julian 2024-08-29 20:05:53 +0200
  • ba5c1436ff
    Show ENFORCED keyword in INFO statement () Dave MacLeod 2024-08-29 22:12:23 +0900
  • 9edb956386
    Add automated comment moderation action () Gerard Guillemas Martos 2024-08-28 22:04:59 +0200
  • bf788c2987
    Attempt to improve TiKV CI consistency without attempting to write data () Tobie Morgan Hitchcock 2024-08-28 13:42:43 +0100
  • af76817924
    Use new runner for ci / test workspace () Emmanuel Keller 2024-08-28 13:42:27 +0100
  • ffbdcb3d3f
    Handle f32 as a part of UUID () Dmitrii Blaginin 2024-08-28 13:03:49 +0100
  • 6fbf84782f
    Ensure failures are caught and transactions rolledback () Tobie Morgan Hitchcock 2024-08-28 11:35:41 +0100
  • e5bf40ae01
    [Feat] Async indexing: appending queue is persistent () Emmanuel Keller 2024-08-28 11:08:59 +0100
  • a5abc66e06
    Remove async-recursion as a dependency from core () Mees Delzenne 2024-08-27 17:48:05 +0200
  • 93a9ba3cb6
    Improve array function implementations, and improve value::diff() and value::patch() functions () Tobie Morgan Hitchcock 2024-08-27 16:34:40 +0100
  • e9b36ba162
    Bump MSRV to 1.80 () Rushmore Mushambi 2024-08-27 15:36:47 +0100
  • 6af8ea9165
    Fix type not included in LET statement display () Julian 2024-08-27 16:35:21 +0200
  • 9ca3a4d087
    Fix PatchOp::change API () Rushmore Mushambi 2024-08-27 13:24:22 +0100
  • 4775bf6b08
    Add insert relation methods () Raphael Darley 2024-08-27 04:08:40 -0700
  • 91f9260ea1
    Fixes to the SurrealDB Rust API for public consumption () Gerard Guillemas Martos 2024-08-27 12:45:03 +0200
  • 876e55918f
    surreal fix command () Micha de Vries 2024-08-27 11:20:53 +0200
  • 050f7c577b
    Remove explicit transactions from export () Tobie Morgan Hitchcock 2024-08-26 13:24:06 +0100
  • 5e43642c06
    Test the case of an invalid session identifier () Gerard Guillemas Martos 2024-08-26 13:38:57 +0200
  • 5165a34a27
    Revision Value::Range, Id::Uuid, DefineStatement::Scope and DefineStatement::Token () Micha de Vries 2024-08-26 12:57:18 +0200
  • f4e3d4f4e2
    Add value::diff() and value::patch() functions () Tobie Morgan Hitchcock 2024-08-25 15:13:23 +0100
  • 419f5d52c7
    Change meta functions to record and add record::exists() function () Tobie Morgan Hitchcock 2024-08-25 10:01:43 +0100
  • 7adbe3cd34
    Split out FoundationDB tests and make engines tasks consistent () Tobie Morgan Hitchcock 2024-08-23 20:41:35 +0100
  • 687c8b662e
    Compute ID in create statement () Dmitrii Blaginin 2024-08-23 16:55:23 +0100
  • 6d4176549d
    Fix range queries and flaky tests () Tobie Morgan Hitchcock 2024-08-23 16:34:06 +0100
  • 4c0e9aeef5
    Update revision () Mees Delzenne 2024-08-23 17:00:24 +0200
  • 0b5d79cae0
    [Feat] SELECT ORDER should use the index iterator when available () Emmanuel Keller 2024-08-23 14:40:34 +0100
  • a16f850c4f
    Rename lib references in Github Actions to sdk () Rushmore Mushambi 2024-08-23 12:52:14 +0100
  • d2354caf8f
    Rename access-related keys to prevent collisions () Gerard Guillemas Martos 2024-08-23 12:49:28 +0200
  • 382e88bac7
    Concurrency management on CI () Emmanuel Keller 2024-08-23 11:09:44 +0100
  • 04ae6e7a52
    build fix () Emmanuel Keller 2024-08-23 10:52:42 +0100
  • 70584115ab
    Versioned storage () Micha de Vries 2024-08-23 09:27:21 +0100
  • f2e598379b
    Insert with version () Sergii Glushchenko 2024-08-23 00:34:33 +0200
  • da308cc8c6
    add basic enum support () Raphael Darley 2024-08-22 15:31:00 -0700
  • a9e6efd9b1
    Add unspecified resource () Raphael Darley 2024-08-22 14:09:43 -0700
  • 07d834ef1c
    Typo error in surreal upgrade --help () Bilux 2024-08-22 22:08:22 +0100
  • 883d4f48d9
    Store connection ID for web socket connections () Dmitrii Blaginin 2024-08-22 17:25:08 +0100
  • 208d6a897e
    Fix closure "either" type display implementation () Micha de Vries 2024-08-22 17:24:11 +0100
  • 1294a674bc
    improve ws reliability () Raphael Darley 2024-08-22 08:45:11 -0700
  • 7c41aef3ba
    Enforced relations () Micha de Vries 2024-08-22 16:25:20 +0100
  • c5e8324653
    feat-4416: Ensure table definition exists on live queries () Aman Kumar 2024-08-22 19:54:59 +0530
  • 5bf3119558
    Update LICENSE () Tobie Morgan Hitchcock 2024-08-22 12:22:27 +0100
  • 898d75b744
    Rename lib to sdk () Rushmore Mushambi 2024-08-22 11:26:03 +0100
  • b23b25b7d1
    Fix record id escaping to match parser () Micha de Vries 2024-08-22 09:41:11 +0100
  • c7bcd4f3a6
    feat: allow cbor uuid serialization for record id part () David Bottiau 2024-08-22 10:35:54 +0200
  • f795434345
    Replace ok_or with ok_or_else () Sergii Glushchenko 2024-08-21 20:47:54 +0200
  • bc6ad3a983
    remove accidental debug log () Raphael Darley 2024-08-21 09:52:08 -0700
  • f2ccedb8c1
    Literal types () Micha de Vries 2024-08-21 15:50:37 +0100
  • d002fa3958
    Improve consistency of the run method API with existing methods () Rushmore Mushambi 2024-08-21 15:35:26 +0100
  • 13b6788540
    Create with version () Sergii Glushchenko 2024-08-21 15:54:58 +0200
  • 95f9f8dacd
    Allow transferring raw futures over cbor () Julian 2024-08-21 14:50:32 +0200
  • 4c3f4d0fd5
    Detach value newtype () Mees Delzenne 2024-08-21 14:34:16 +0200
  • e25eca71d7
    SCHEMAFULL table should be TYPE NORMAL by default () Micha de Vries 2024-08-21 09:23:56 +0100
  • 1f6e6fcfc5
    Fix release builds () Rushmore Mushambi 2024-08-20 15:50:10 +0200
  • c4d2ad2d64
    Fix benches () Sergii Glushchenko 2024-08-20 15:46:05 +0200
  • e77df62114
    Range values () Micha de Vries 2024-08-20 12:42:06 +0100
  • b1e9af5d4e
    Add run to sdk () Raphael Darley 2024-08-20 03:50:19 -0700
  • e18cd17ca6
    deprecate file:// () Raphael Darley 2024-08-20 03:44:22 -0700
  • 0a4801dcf8
    [Feat] HNSW persistence () Emmanuel Keller 2024-08-20 11:42:58 +0100
  • d86a734d04
    [Feat] Asynchronous indexing () Emmanuel Keller 2024-08-20 10:20:53 +0100
  • c7457ffc56
    use /rpc for the rust sdk http connection () Raphael Darley 2024-08-20 01:14:32 -0700
  • cb02db1477
    upgrade rust_decimal to 1.36.0 () Remzi Yang 2024-08-20 15:27:18 +0800
  • c7c0249d34
    Allow isolated context to read protected params () Micha de Vries 2024-08-19 13:09:35 +0200
  • 9657dd80c7
    Add graphql support () Raphael Darley 2024-08-18 19:49:27 +0100
  • be105bd30c
    Return an array / vector from ml functions () Maxwell Flitton 2024-08-16 23:53:43 +0100
  • 6d26797e56
    Remove println () Micha de Vries 2024-08-16 21:08:14 +0200
  • 78b5f8f1d0
    Idiom Optional Part () Micha de Vries 2024-08-16 17:53:28 +0200
  • 4749af1ba4
    feat-4429: Blake3 Hash () Chiru B 2024-08-16 20:28:38 +0530
  • 63bc5fa1db
    Fix certain identifier characters not being parsed correctly () Mees Delzenne 2024-08-16 15:59:59 +0200
  • 6e9d04d4d7
    Remove Context lifetimes () Emmanuel Keller 2024-08-15 17:01:02 +0100
  • d7b392cf8b
    Yield remote fields without needing to clear the original field value () Tobie Morgan Hitchcock 2024-08-15 10:22:20 +0100
  • ec0c28fa74
    .chain() method () Micha de Vries 2024-08-15 10:17:00 +0200
  • 6502b5ed8a
    Select from individual record with version () Sergii Glushchenko 2024-08-15 07:29:53 +0200
  • 212d5a9e5a
    Add vector::scale() method () ekgns33 2024-08-15 02:01:10 +0900
  • 0069cba8a3
    Add more array functions () David Bottiau 2024-08-14 17:11:22 +0200
  • ee8e6f00d7
    Fix params not supporting delimiters () Mees Delzenne 2024-08-13 22:50:40 +0200
  • 4181367b98
    Fix nightly builds () Rushmore Mushambi 2024-08-13 22:49:36 +0200
  • bb1eba4aab
    Add typed LET statement () Raphael Darley 2024-08-13 20:47:17 +0100
  • 5d92c7c02c
    implement typed function returns () Raphael Darley 2024-08-13 18:10:13 +0100
  • c3d788ff4a
    Add BEARER access type and its basic grant management () Gerard Guillemas Martos 2024-08-13 18:38:17 +0200
  • a87433c4d3
    Experimental: select all from table with version () Sergii Glushchenko 2024-08-13 17:35:30 +0200
  • a8b96936f4
    Check for single and multiple token audiences () Gerard Guillemas Martos 2024-08-13 13:40:16 +0200
  • 89f1de825a
    Fix record<T> casting from string () Micha de Vries 2024-08-13 11:50:40 +0200
  • 57c7f5ec03
    Serialisation improvements for sql::Value () Rushmore Mushambi 2024-08-13 10:29:43 +0200
  • 828f1c50d8
    Fix errors in supply chain security workflow () Gerard Guillemas Martos 2024-08-12 20:15:18 +0200