164 Commits

Author SHA1 Message Date
5ac6fd3240 Merge feature/connection-pooling-and-locking 2026-02-27 19:04:48 +01:00
d534311b9a Strengthen connection pooling and locking tests 2026-02-27 19:04:37 +01:00
aedb97e879 Add managed connection pooling and execution locking 2026-02-27 17:28:50 +01:00
e43d7863ec Merge feature/procedure-parameter-object 2026-02-27 16:52:26 +01:00
bb69720f91 Document typed stored procedure APIs 2026-02-27 16:52:22 +01:00
7c084490d8 Add strongly typed procedure execution helpers 2026-02-27 16:43:21 +01:00
f8353e7488 Expose typed procedure execution as explicit APIs 2026-02-27 16:34:16 +01:00
416404f8d1 Add typed procedure descriptors and Exec invoker 2026-02-27 16:27:49 +01:00
9ce10273f1 Support main procedure result via ProcedureResultAttribute 2026-02-27 16:21:42 +01:00
6ebda34a04 Improve declarative procedure result-set binding 2026-02-27 15:57:06 +01:00
99ff6b3d29 Add declarative procedure result-set binding 2026-02-27 15:52:42 +01:00
cb6437ee9d Move new classes to proper namespaces 2026-02-27 15:23:40 +01:00
c9a41adef3 Add typed procedure contract result handling 2026-02-27 15:18:11 +01:00
79cce3d1f4 Add object-based stored procedure parameter binding 2026-02-27 14:26:16 +01:00
root
86c388dcdb Merge branch 'feature/typed-multitable-scope' 2026-02-27 13:44:00 +01:00
root
454a282659 Bump VersionPrefix to 2.0 2026-02-27 13:43:50 +01:00
root
3c8ad87092 Link typed fluent docs from fluent builder docs 2026-02-27 13:35:14 +01:00
root
0afc894fd6 Add docs for typed fluent syntax 2026-02-27 13:34:16 +01:00
root
3797505c9c Extend scoped typed API and add scoped subquery helpers 2026-02-27 10:43:37 +01:00
root
e0ed9ed895 Extend scoped typed select builder to deep join chains 2026-02-27 09:53:20 +01:00
root
8555e1958c Add scoped typed multi-table select builder 2026-02-27 09:29:23 +01:00
root
8210fbfdb5 Add positional typed multi-table SQL contexts 2026-02-27 09:12:17 +01:00
root
c0fb2e5232 Add arithmetic and joined-alias helpers to typed SQL DSL 2026-02-27 08:49:00 +01:00
root
f293bd95c6 Extend typed SQL DSL with pattern helpers and typed subqueries 2026-02-27 08:36:47 +01:00
root
97ab4c1e15 Expand typed SQL DSL with predicates, subqueries and projections 2026-02-27 08:34:16 +01:00
root
8b1737a53b Add experimental typed SQL DSL for typed builders 2026-02-27 08:22:23 +01:00
root
3d430b0124 Fix typed builder compatibility after rebase 2026-02-26 19:54:37 +01:00
root
59ce1115ea Expand typed join syntax with no lock, outer and custom join types 2026-02-26 19:49:27 +01:00
15e1d9031c Manual fix for more backward compatibility 2026-02-26 19:38:28 +01:00
root
13936d8598 Remove typed modify extension methods in favor of typed builders 2026-02-26 18:48:01 +01:00
root
23a0336b7e Add typed join specification builder syntax 2026-02-26 18:42:35 +01:00
root
f28549c775 Remove redundant typed fluent wrapper methods 2026-02-26 18:40:43 +01:00
root
33cadaf05b Add typed insert/update/delete builders and typed join variants 2026-02-26 18:35:49 +01:00
root
40a3907570 Add typed modify and join fluent extensions 2026-02-26 16:23:41 +01:00
root
5bdccedf42 Explore typed fluent mapped properties with aliases and order markers 2026-02-26 16:07:23 +01:00
root
be90495e93 Merge branch 'modernize/tests-and-amalgamation' 2026-02-26 15:33:52 +01:00
root
783a0765cd Rename test sample table to sample_users and retarget tests to net10.0 2026-02-26 15:31:29 +01:00
4d5bebba07 Small warning fix 2026-02-26 15:27:01 +01:00
root
d4dc0143d4 Split docker build and test into separate scripts 2026-02-26 13:36:12 +01:00
root
fcf44df4ad Modernize tests, remove Tester project, and automate amalgamation pipeline 2026-02-26 09:20:27 +01:00
root
16ac17cd56 Merge branch 'docs/full-markdown-manual' 2026-02-26 09:03:53 +01:00
root
cd51c45e4b Clarify SupportStoredProceduresResult behavior across providers 2026-02-26 08:53:02 +01:00
root
e95bbd0f67 Expand stored procedure docs with result-shape and output parameter guidance 2026-02-26 08:30:43 +01:00
root
cf15a898be Expand fluent syntax docs with parser and join nuances 2026-02-26 08:19:38 +01:00
root
c1a35eec7a Document AddParameter overload resolution best practice 2026-02-26 08:13:43 +01:00
root
6a219fc194 Add generic real-world extension method samples 2026-02-26 08:09:29 +01:00
root
b628348af8 Integrate deep-dive content into API docs and expand mapping 2026-02-26 08:06:56 +01:00
root
2c25e78bef Expand docs with syntax/procedure deep dive and ADO.NET extensions 2026-02-26 07:57:45 +01:00
root
984870f510 Add full Markdown documentation set 2026-02-26 07:49:08 +01:00
root
faf45eed1e Merge branch 'fix/disposal-guards' 2026-02-26 07:46:22 +01:00