Commit Graph

22 Commits

Author SHA1 Message Date
f915efb7e5 Merge pull request 'new/null-types' (#2) from new/null-types into main
Reviewed-on: #2
v1.2.0
2026-01-23 19:59:05 +00:00
f67a02a9fe adding comments 2026-01-23 14:58:51 -05:00
88e67d69fc removing debug prints 2026-01-23 14:56:28 -05:00
9719cde88b cleanup
- removing test main
- adding files to gitignore to prevent future pushes
2026-01-23 14:54:28 -05:00
8f950e38b8 comment updated 2026-01-23 14:52:29 -05:00
e8ceac6f88 added checks for sql null types 2026-01-16 15:59:44 -05:00
7fd2f60168 simplifying logic 2026-01-16 10:34:05 -05:00
b4428e397e using proper struct for nulltypes 2026-01-16 10:31:40 -05:00
7ce271bdb7 [test] Adding test case for nulls
- ensuring nulls work
- will be undone
2026-01-16 10:27:57 -05:00
4ec738b130 type and bind updates
- using sql nullTypes
- adding additional bind type option
2026-01-16 10:18:24 -05:00
459eaca866 poc for sql null types 2026-01-15 22:53:05 -05:00
3b40f8061f Merge pull request 'fix/allow-many-rows' (#1) from fix/allow-many-rows into main
Reviewed-on: #1
v1.1.0
2025-09-26 22:58:50 +00:00
09749029b4 [new] types and logic
- addressing array type
- slice type now does random amount of entries
- better comments/readme
2025-09-26 18:57:53 -04:00
4febf3d877 struct rename 2025-09-26 16:48:53 -04:00
4573594c85 moving to struct as param, readme updates 2025-09-26 16:46:40 -04:00
b9a8c5cd47 slice indexing 2025-09-26 16:33:24 -04:00
92b673cb46 persisting primary keys through rows 2025-09-26 16:29:36 -04:00
75f6ef8b5b moving to append 2025-09-26 16:25:46 -04:00
428381545d adding proper allocations 2025-09-26 16:18:27 -04:00
891cd03b5a adding support for returning more than one mock row 2025-09-26 16:16:53 -04:00
38b0e8e930 init commit v1.0.0 2025-09-26 15:32:27 -04:00
240ee58f03 Initial commit 2025-09-26 19:29:41 +00:00