Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 1b40bf9783 LibSQL: Remove unused HashIndex and related classes il y a 1 an
  Cameron Youell 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial il y a 2 ans
  Timothy Flynn 517742d6f9 LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom il y a 2 ans
  Timothy Flynn 53f8d62ea4 LibSQL: Partially implement the UPDATE command il y a 2 ans
  Timothy Flynn aba7f11a50 LibSQL: Partially implement the DELETE command il y a 2 ans
  Tim Schumacher ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE il y a 2 ans
  Andrew Kaster 1ae0cfd08b CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries il y a 2 ans
  Timothy Flynn 373b467302 LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] il y a 3 ans
  Mahmoud Mandour f6233913ad LibSQL: Implement a DESCRIBE TABLE statement il y a 3 ans
  Jan de Visser 6e9f06fc9f LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy il y a 3 ans
  Jan de Visser 7fc901d1b3 LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo il y a 3 ans
  Guilherme Gonçalves f91d471843 LibSQL: Implement LIKE SQL expressions il y a 3 ans
  Jan de Visser 1c50e9aadc LibSQL: Add current statement to the ExecutionContext il y a 3 ans
  Jan de Visser 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code il y a 3 ans
  Jan de Visser d074a601df LibSQL+SQLServer: Bare bones INSERT and SELECT statements il y a 4 ans
  Jan de Visser a034774e3a LibSQL+SQLServer: Build SQLServer system service il y a 4 ans
  Jan de Visser 1037d6b0eb LibSQL: Invent statement execution machinery and CREATE SCHEMA statement il y a 4 ans
  Jan de Visser 4198f7e1af LibSQL: Move Lexer and Parser machinery to AST directory il y a 4 ans
  Jan de Visser 87bd69559f LibSQL: Database layer il y a 4 ans
  Jan de Visser 267eb3b329 LibSQL: Hash index implementation for the SQL storage layer il y a 4 ans
  Jan de Visser 224804b424 LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer il y a 4 ans
  Jan de Visser 2a46529170 LibSQL: Basic dynamic value classes for SQL Storage layer il y a 4 ans
  Dylan Katz 984b6e08cf LibSQL: Add a syntax highlighter il y a 4 ans
  Brian Gianforcaro 597de3356f Tests: Move LibSQL tests to Tests/LibSQL il y a 4 ans
  Timothy Flynn d41d1d2035 LibSQL: Add unit testing of the SQL parser il y a 4 ans
  Timothy Flynn 377992d33e LibSQL: Create a very barebones SQL parser il y a 4 ans
  Timothy Flynn 90517da9ca LibSQL: Introduce a SQL library with a tokenizer il y a 4 ans