32 Commits

Author SHA1 Message Date
74e5b77edb Complete common migration, WIP on tests 2024-08-10 09:56:59 -04:00
98bc83ac17 Pull count, exists, update to common 2024-08-09 22:55:12 -04:00
35755df99a WIP on pulling code up to Common 2024-08-09 20:15:08 -04:00
b1c3991e11 WIP on supporting numeric fields 2024-08-09 18:42:10 -04:00
85750e19f2 Add Postgres Query byFields tests 2024-08-08 22:36:48 -04:00
d8f64417e5 Add byFields to SQLite implementation
- Add fieldNameParams/FieldNames to Postgres
(syncs names between both implementations)
2024-08-08 19:45:25 -04:00
202fca272e Prefer seq over list for parameters
- This greatly reduces the duplicated functions needed
between F# and C#; F# lists satisfy the sequence reqs
2024-08-08 17:32:44 -04:00
8a15bdce2e Add byFields to PostgreSQL impl
- Swap howMatched and fields throughout
- Existing tests pass; still need new ones for byFields
2024-08-07 23:23:28 -04:00
d131eda56e Remove internal calls to deprecated funcs 2024-08-07 20:20:10 -04:00
e2232e91bb Add whereByFields code / tests
- Add wrapper class for unnamed field parameters
- Support table qualifiers by field
- Support dot access to document fields/sub-fields
2024-08-07 16:39:15 -04:00
e96c449324 WIP on PG Query.whereByFIelds 2024-08-07 08:30:28 -04:00
433302d995 WIP on field enhancements 2024-08-04 18:59:32 -04:00
039761fcca Remove project-specific release notes 2024-06-05 22:10:48 -04:00
a0da5f83b1 Merge pull request 'Changes for 3.1' () from 3.1 into main
Reviewed-on: 
v3.1
2024-06-06 01:45:35 +00:00
d7c8cae0c7 Add tests for alpha BT values
- Update deps
- Update release notes for v3.1
2024-06-05 21:43:03 -04:00
1707d3ce63 First cut of BT operator () 2024-06-05 17:31:33 -04:00
7d7214e9f2 Remove .NET 7 ()
- Bump version to 3.1
2024-06-05 07:52:36 -04:00
fc045d021c Bump version to 3
- Add description to each project
- Add .sh files to test and package
v3
2024-04-20 22:58:41 -04:00
aa14333604 Modify test env var handling 2024-04-20 21:18:15 -04:00
72c11f77e5 Set up all 3 .NET versions 2024-04-20 20:57:49 -04:00
caf34e707c Remove matrix for .NET versions 2024-04-20 20:21:13 -04:00
b96775f1ed Modify port mapping 2024-04-20 20:06:13 -04:00
91e84a5059 Move PostgreSQL port 2024-04-20 20:04:33 -04:00
8b1c56d310 Modify CI network name 2024-04-20 19:55:51 -04:00
6a2b52475f Specify CI network 2024-04-20 19:46:47 -04:00
ddc7429dc5 Skip restore for Gitea CI 2024-04-20 19:41:58 -04:00
3c80c46c91 Rename CI for Gitea 2024-04-20 16:19:56 -04:00
06daa4ea5c
V3 rc2 ()
- Implements `Field` type for by-field actions (**BREAKING**)
- Adds `RemoveFields*` functions/methods for removing fields from documents
v3-rc2
2024-01-23 21:23:24 -05:00
68ad874256
v3 RC1 ()
This encompasses:
- New behavior for SQLite
- Migrated behavior for PostrgeSQL (from BitBadger.Npgsql.FSharp.Documents)
- New "byField" behavior for PostgreSQL
- A unification of C# and F# centric implementations
2024-01-06 15:51:48 -05:00
a0a4f6604c
Only build for .NET version under test 2023-12-31 07:42:45 -05:00
238c68de57
Add CI for project
Migrated from BitBadger.Npgsql.Documents
2023-12-31 06:58:10 -05:00
12c99b1bcf
Initial commit 2023-12-23 17:10:45 -05:00