Commit Graph

62 Commits

Author SHA1 Message Date
79cce3d1f4 Add object-based stored procedure parameter binding 2026-02-27 14:26:16 +01:00
root
454a282659 Bump VersionPrefix to 2.0 2026-02-27 13:43:50 +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
783a0765cd Rename test sample table to sample_users and retarget tests to net10.0 2026-02-26 15:31:29 +01:00
root
fcf44df4ad Modernize tests, remove Tester project, and automate amalgamation pipeline 2026-02-26 09:20:27 +01:00
root
03b7d06a14 Harden disposal paths and test project metadata 2026-02-23 21:31:07 +01:00
918aa702d3 Memory leaks fixed across the code related to cached reader.
Copyright date bump
2026-02-21 10:03:59 +01:00
2aa9e450bf bin cleanup 2025-01-24 16:05:52 +01:00
86c22cfe85 Updated test project. 2024-10-27 12:56:22 +01:00
2d0f1343e4 Updated info, dropped .NET 7 support 2024-10-22 14:27:26 +02:00
6de41e166e Corrected Time and Date types handling in SQL Server. 2024-07-24 09:27:34 +02:00
827b1c4a65 Tests added 2024-06-10 11:05:51 +02:00
51dc61ab39 Merge branch 'master' of https://git.dr4cul4.pl/RUSSEK-Software/DynamORM 2024-05-24 09:08:04 +02:00
a7bc6b9949 Added ability to set nolock with db.From<Table>(alias, nolock); 2024-05-24 09:07:51 +02:00
grzegorz.russek
be6c172ec8 Improved support for stored procedures invocation. Both typed and not typed. Also improved support for output arguments and added examples to docs. 2024-04-11 15:15:14 +02:00
437403f966 >NET 7 and 8 build 2023-11-29 13:42:48 +01:00
8519ca3a13 Added support for With No Lock 2023-09-11 13:29:01 +02:00
025bed61b1 Changed version number prefix 2023-03-17 19:39:27 +01:00
grzegorz.russek
fd530878cc Prepare for NuGet 2022-02-03 10:24:15 +00:00
grzegorz.russek
68a81020e4 2021-04-22 13:22:47 +00:00
grzegorz.russek
e9ebf82dd1 2019-07-11 07:46:56 +00:00
grzegorz.russek
913d29274e 2018-09-20 05:35:36 +00:00
grzegorz.russek
22c94619c6 2017-02-19 17:42:51 +00:00
grzegorz.russek
df79e432fc Added HAVING clause 2016-11-16 09:56:31 +00:00
grzegorz.russek
d8b6c8f488 2016-09-29 10:14:34 +00:00
grzegorz.russek
4fcef4d1ef 2016-08-04 13:00:19 +00:00
grzegorz.russek
9e40c4e20b 2016-01-18 07:47:29 +00:00
grzegorz.russek
31dd69dfc5 2015-05-15 23:11:59 +00:00
grzegorz.russek
7a545224de 2015-05-13 22:36:30 +00:00
grzegorz.russek
baaa6e9452 2014-07-17 15:43:23 +00:00
grzegorz.russek
41a2103bdc 2014-05-30 19:40:20 +00:00
grzegorz.russek
9bc5cd7540 2014-04-24 19:30:35 +00:00
grzegorz.russek
16c56adb8b 2014-04-07 10:50:47 +00:00
grzegorz.russek
1de570be42 2014-04-06 12:10:17 +00:00