James Brechtel jbrechtel
jbrechtel pushed to main at jbrechtel/recipes 2026-06-02 09:36:55 -04:00
3d8b1e4399 ci: add gitea workflow to validate cooklang files
jbrechtel pushed to main at jbrechtel/recipes 2026-06-02 09:35:10 -04:00
96ca617806 converge: auto-commit at 2026-06-02 13:35:09 from zendo.brechtel
jbrechtel pushed to main at jbrechtel/action-test 2026-06-01 10:55:29 -04:00
de3a5049fd test
jbrechtel pushed to main at jbrechtel/action-test 2026-06-01 10:38:55 -04:00
2ece894785 Add hello-world Gitea Actions workflow
jbrechtel created branch main in jbrechtel/action-test 2026-06-01 10:38:55 -04:00
jbrechtel created repository jbrechtel/action-test 2026-06-01 10:37:55 -04:00
jbrechtel pushed tag lumen-ci-1 to jbrechtel/orville-sqlite 2026-05-31 22:31:16 -04:00
jbrechtel pushed to main at jbrechtel/recipes 2026-05-31 14:49:57 -04:00
7bf748ac37 converge: auto-commit at 2026-05-31 18:49:54 from pandemic.brechtel
jbrechtel pushed to main at jbrechtel/recipes 2026-05-31 14:49:36 -04:00
f8bfc0c92d converge: auto-commit at 2026-05-31 18:49:34 from pandemic.brechtel
jbrechtel pushed to main at jbrechtel/recipes 2026-05-31 14:49:25 -04:00
d846802baa converge: auto-commit at 2026-05-31 18:49:23 from pandemic.brechtel
jbrechtel pushed to main at jbrechtel/recipes 2026-05-31 14:49:10 -04:00
d23afa1a0a converge: auto-commit at 2026-05-31 18:49:07 from pandemic.brechtel
jbrechtel pushed to main at jbrechtel/recipes 2026-05-31 14:43:39 -04:00
677b9e355d converge: auto-commit at 2026-05-31 18:43:37 from pandemic.brechtel
jbrechtel pushed to main at jbrechtel/recipes 2026-05-31 14:43:28 -04:00
eff51a2903 converge: auto-commit at 2026-05-31 18:43:24 from pandemic.brechtel
jbrechtel pushed to main at jbrechtel/orville-sqlite 2026-05-30 09:57:22 -04:00
e995844bc5 Add -Werror, fix unused import warnings
jbrechtel pushed to main at jbrechtel/orville-sqlite 2026-05-30 09:26:38 -04:00
469527f03c fix: use column names from statement metadata in getRowData
jbrechtel pushed to main at jbrechtel/orville-sqlite 2026-05-30 07:51:39 -04:00
b6622c0a01 feat: add raw SQL execution helpers (execute, executeWith, query_, queryWith)
jbrechtel pushed to main at jbrechtel/orville-sqlite 2026-05-30 07:13:49 -04:00
dfc231604b Update README with usage examples, module overview, and scope
jbrechtel pushed to main at jbrechtel/orville-sqlite 2026-05-30 07:11:38 -04:00
b9d43a63bd Add Gitea Actions CI: build and test workflow
jbrechtel pushed to main at jbrechtel/orville-sqlite 2026-05-30 07:09:15 -04:00
42b45a1c20 Add comprehensive test suite: FieldDefinition, SqlMarshaller, EntityOperations, AutoMigration (53 tests)
652fb32539 Adds build and test scripts
Compare 2 commits »
jbrechtel pushed to main at jbrechtel/orville-sqlite 2026-05-30 06:58:09 -04:00
9d0e9ebbe5 Format code with fourmolu
c2cd26694b Add top-level re-exports module and passing acceptance tests
694448888f Add TableDefinition, AutoMigration, and Execution modules
92498b9c0d Add SqlMarshaller GADT with applicative combinators
7b911c0c73 Add SqlType and FieldDefinition modules