111 Commits

Author SHA1 Message Date
Ben Jordan
5f38db4abb
Merge pull request #29 from emneo-dev/main 2026-01-21 20:43:06 -05:00
Emily Flion
8c16cec5d6
Fix some writergate related stuff
Signed-off-by: Emily Flion <emneo@kreog.com>
2026-01-20 23:21:44 +01:00
Ben Jordan
2d7659ddba
openssl 2025-12-27 15:54:01 -05:00
Ben Jordan
5f0bb53864
disabling workflows 2025-12-22 17:15:22 -05:00
Ben Jordan
0268accfbc
passing zig-0.15 2025-10-06 22:11:01 -04:00
Ben Jordan
9f25aa1327
Merge pull request #27 from huaxk/main
fix: buf size error
2025-10-06 19:53:13 -04:00
huaxk
6d7afb8f66 fix: buf size error.NoSpaceLeft 2025-09-13 15:57:06 +08:00
Ben Jordan
a5a97b5f10
setEvalBranchQuotas 2025-08-27 19:00:52 -04:00
Ben Jordan
fc623dbfac
Merge pull request #26 from yamashitax/push-lxpvoyvkulrs
fix: pass openssl lib name
2025-08-27 18:54:09 -04:00
Ben Jordan
616f880895
Merge branch 'main' into push-lxpvoyvkulrs 2025-08-27 18:53:45 -04:00
Ben Jordan
0e408bdc11
fixed FieldType 2025-08-25 19:20:40 -04:00
Ben Jordan
037714ba09
mostly done 2025-08-25 19:15:16 -04:00
山下
75dde30885 fix: testing expectations, field casting 2025-08-25 19:54:39 +02:00
山下
e9a7c472f2 fix: adjustments 2025-08-25 16:47:07 +02:00
山下
f25f7e13a6 fix: discard result 2025-08-25 16:31:53 +02:00
山下
407e4d27bc fix: pass openssl lib name 2025-08-25 16:31:42 +02:00
Ben Jordan
0b980a0f96
fix 3 2025-08-24 20:55:39 -04:00
Ben Jordan
5f346f0397
fix 2 2025-08-24 20:48:52 -04:00
Ben Jordan
c83c6510f3
fix 1 2025-08-24 20:46:53 -04:00
Ben Jordan
0c5c1ec537
attempt 3 2025-08-24 16:27:57 -04:00
Ben Jordan
5cf7edc339
string fmt 2025-08-24 16:21:28 -04:00
Ben Jordan
e20c86b12c
fixedbufwriter 2025-08-24 16:19:13 -04:00
Ben Jordan
14f704b4ee
writer? 2025-08-24 16:11:48 -04:00
Ben Jordan
c48ffba89e
writergate 2025-08-24 16:05:21 -04:00
Ben Jordan
66c7097ba3
writer reset 2025-08-24 15:40:34 -04:00
Ben Jordan
fc044ac190
ArrayList -> ArrayListManaged 2025-08-24 15:37:57 -04:00
bobf
75fcadc185
Merge pull request #25 from PoeCoh/writergate
updated build
2025-08-14 07:36:58 +01:00
Ben Jordan
2e21b94e4c
ci? 2025-08-13 22:55:57 -04:00
Ben Jordan
8edee08e79
ci 2025-08-13 22:52:02 -04:00
Ben Jordan
295515e430
update min zig version 2025-08-13 22:48:58 -04:00
Ben Jordan
b038a915ea
file writers 2025-08-13 22:47:38 -04:00
Ben Jordan
0e9a54e6f0
updated build 2025-08-13 22:30:46 -04:00
bobf
87b830e2df
Merge pull request #24 from MahdiGMK/main
Update jetcommon
2025-08-11 06:07:43 +01:00
MahdiGMK
89e90fdd56 Update jetcommon 2025-07-20 16:27:49 +03:30
Bob Farrell
907acae15d Use path relative from cwd for output file args
9a3540d61e
2025-05-25 10:57:11 +01:00
Bob Farrell
8d3dd2ae10 Expose migrations and seeders module to build
When JetQuery is a dependency, allow the host to access the generated
migrations/seeders modules - specifically to allow Jetzig to inject
itself as an importable module so `@import("jetzig")` can work inside
migrations/seeders.
2025-05-14 18:57:08 +01:00
bobf
ed6b42e196
Merge pull request #23 from TheJltres/main
Database Seeders
2025-05-03 19:07:43 +01:00
TheJltres
e98f5aa76a
Fix test 2025-05-03 12:29:14 +02:00
TheJltres
6d3f9a5ab2
Run migrations 2025-05-03 12:29:10 +02:00
TheJltres
1a562c6cf7
Clean up 2025-05-03 10:51:26 +02:00
TheJltres
4ccfc3b43e
Rework features 2025-05-03 00:07:04 +02:00
TheJltres
587f66cdf5
Add seeders 2025-05-02 22:37:24 +02:00
bobf
6f67e7a245
Merge pull request #22 from uzyn/ignore-hidden
Ignore hidden files that start with .
2025-04-11 19:59:05 +01:00
Bob Farrell
e1f969f2e3 Fix args to pg.zig Stmt.prepare
Second argument is an optional allocator for statement caching.
2025-04-09 19:52:38 +01:00
Bob Farrell
e9e4aa438a Update pg.zig 2025-04-09 19:43:04 +01:00
Bob Farrell
b372906142 Add some missing functions to NullAdapter 2025-04-09 19:02:23 +01:00
U-Zyn Chua
89b25e638f
Ignore hidden files that start with . 2025-04-08 19:36:54 +08:00
bobf
ee6eba3f7e
Merge pull request #21 from uzyn/migration-default-value
Support of default column values for migration
2025-04-03 07:13:00 +01:00
U-Zyn Chua
0173a76713
Test on default values. 2025-04-03 09:03:29 +08:00
U-Zyn Chua
36cf583944
Supports default value for column for migration. 2025-04-03 08:26:01 +08:00