issues
search
ricomariani
/
CG-SQL-author
CG-SQL Author's Cut: CG/SQL is a compiler that converts a SQL Stored Procedure like language into C for SQLite. SQLite has no stored procedures of its own. CG/CQL can also generate other useful artifacts for testing and schema maintenance.
https://ricomariani.github.io/CG-SQL-author/
Other
11
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Lua short circuit codegen doesn't deal with thrown results
#131
ricomariani
opened
1 day ago
0
Introduce sqlite3_cql_extension codegen
#129
grifx
closed
3 days ago
1
cte column names cannot be `quoted identifiers`
#128
ricomariani
closed
1 week ago
1
Cursor diff becomes runtime helper
#127
ricomariani
closed
1 week ago
1
fetch values doesn't do blob defaults
#126
ricomariani
closed
1 week ago
1
Clean rt.c -- it had too many unhelpful entries
#125
ricomariani
closed
1 week ago
1
create function with aliased argument gets the wrong codegen
#124
ricomariani
closed
2 weeks ago
1
Remove blob storage statements
#122
ricomariani
closed
2 weeks ago
0
The blob storage feature is now done entirely with normal functions
#121
ricomariani
closed
2 weeks ago
0
Added blob collections and declarations for the same
#120
ricomariani
closed
2 weeks ago
0
cqlrt.lua now supports the blob serialization functions
#118
ricomariani
closed
2 weeks ago
0
Cleaner macros -- the tree-sitter way
#115
ricomariani
closed
3 weeks ago
0
`@ifdef` `@ifndef` become statements
#114
ricomariani
closed
3 weeks ago
0
Added several helpers for validating function arguments
#112
ricomariani
closed
1 month ago
0
Missing Scalar Functions
#111
ricomariani
closed
1 month ago
1
Dynamic Cursor access from CQL
#110
ricomariani
closed
1 month ago
0
Replace the pipeline/property/array calling convention and existence tests with declarations
#109
ricomariani
closed
1 month ago
0
Added support for boxing and unboxing primitives with `cql_box_XXX` and `cql_unbox_XXX`
#107
ricomariani
closed
1 month ago
1
Adding support for polymorphic (overloads) invocation using pipeline syntax
#106
ricomariani
closed
2 months ago
0
Use platform agnostic format specifier for uint64_t
#103
grifx
closed
2 months ago
2
Fix format specifier for uint64_t
#102
grifx
closed
2 months ago
0
Fix handling carriage return on linux
#100
mingodad
closed
5 months ago
6
Change from global to static variable.
#99
mingodad
closed
5 months ago
0
basic version of dotnet interop support
#98
ricomariani
closed
5 months ago
0
Add missing semicolon
#97
mingodad
closed
5 months ago
0
Added missing semicolon in try/catch example.
#96
mingodad
closed
5 months ago
1
Error in forcing-nonnull-types example
#95
mingodad
closed
5 months ago
15
Anyone have ported or created an example database for this project ?
#94
mingodad
closed
5 months ago
11
Common Table Expressions don't accept cte_decl without params but sqlite3 does
#93
mingodad
closed
5 months ago
3
An attempt to make CG-CQL reentrant, all tests pass right now
#92
mingodad
closed
5 months ago
4
Several printf like warnings
#91
mingodad
closed
5 months ago
3
Using "sem.c" as main reference for language generators
#90
mingodad
closed
5 months ago
3
Probably a mistake on "sem.c"
#89
mingodad
closed
5 months ago
2
There is no C# support
#88
ricomariani
closed
5 months ago
1
This PR adds automatic JNI generation to the java_demo
#86
ricomariani
closed
7 months ago
0
There should be a builtin cql_throw to throw the value of my choice
#84
amyworrall
closed
9 months ago
3
remove all uses of begin try end try begin catch end catch
#82
ricomariani
closed
11 months ago
0
Fix minor typo in UPDATE sugar form
#80
timch326
closed
11 months ago
1
Make sure generated echo output from test/test.sql is parseable
#79
timch326
closed
11 months ago
2
Allow FROM shape syntax sugar in update statements
#76
timch326
closed
11 months ago
4
Type getters only -- the "smaller/faster" path doesn't actually work in all cases
#74
ricomariani
closed
12 months ago
0
Introduce CONST statement
#72
timch326
closed
1 year ago
3
Nullability analysis on logical AND/OR expressions
#71
timch326
closed
1 year ago
1
@include is presently allowed everywhere, this is a bad idea
#70
ricomariani
closed
11 months ago
3
Enhance test cases with in-order matching
#69
ricomariani
closed
1 year ago
0
There were many cases where the CQL echoing could do better layout
#68
ricomariani
closed
1 year ago
0
CICD — Ensure playground can run all "c" outputs
#67
grifx
closed
1 year ago
3
Delete legacy grammar related folder `/sources/grammar_docs` now in `/scripts/`
#66
grifx
closed
1 year ago
0
Add native support for @include to CQL
#65
ricomariani
closed
1 year ago
0
Improve link portability
#64
grifx
closed
1 year ago
0
Next