prescientmoon

Results 36 issues of prescientmoon

Consider the following column def: ```sql created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, ``` This will not parse (even if `CURRENT_TIMESTAMP` is marked as a keyword). I have tried looking through...

The two PRs conflicted, so I merged them into one. - Closes #53 and #40. - SQLite allows defining columns without a type next to them. This PR implements support...

I have the following flake ```nix { inputs = { nixpkgs.url = "github:nixos/nixpkgs/release-24.05"; flake-utils.url = "github:numtide/flake-utils"; fenix.url = "github:nix-community/fenix"; fenix.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = { ... }@inputs: inputs.flake-utils.lib.eachSystem (with...

### Is your feature request related to a problem? Please describe. Detecting input chords requires adding a tiny bit of artificial delay. While this is totally fine during normal typing,...

enhancement
PRs welcome

See [this page](https://www.sqlite.org/eqp.html) for details. As for previous PRs, I've added two tests, although you should make sure they're in the correct place and all.

Running `odin report` yields the following output: ``` Odin: dev-2025-05 OS: NixOS 25.05 (Warbler), Linux 6.12.30 CPU: AMD Ryzen 7 8840HS w/ Radeon 780M Graphics RAM: 15232 MiB Backend: LLVM...