Commit Graph

21 Commits

Author SHA1 Message Date
78e5bbf77d Add update/replace by function to CE 2022-04-21 09:13:44 -04:00
7b26b8b43c Fix db CE call
- Add db/table/index drop, index rename/wait to CE
- Add DU for index rename opt args
2022-04-20 20:49:48 -04:00
542e501617 Bump version 2022-04-19 14:03:42 -04:00
835501d7e5 Fix table addressing 2022-04-19 12:49:31 -04:00
cd1458af1e Add badge to README 2022-04-19 10:44:48 -04:00
eab4cb80b0 Add strongly-typed opt args
- Add between to CE
- Return default db from calls if name is blank
2022-04-19 10:38:29 -04:00
7f98891ebd Update README with NuGet info 2022-04-18 22:53:04 -04:00
2e749e1a27 Prep for 0.8.0
- Functions now prefer tasks
- Put retry logic in its own module; both CE and functions use it
- Annotated types where necessary for smooth F# 6 implicit casting
2022-04-18 22:31:48 -04:00
20a9ea461c Raise exn on write error 2022-04-16 23:05:57 -04:00
711855037b Add skip, ignore, and retry logic 2022-04-16 12:20:16 -04:00
e1dd4fe588
Update CI settings 2022-04-11 23:38:42 -04:00
812e20522a Add builder CE
Also update to .NET 6
2022-04-11 23:20:50 -04:00
Daniel J. Summers
9ab98082b0 missed the version bump 2017-08-13 22:00:26 -05:00
Daniel J. Summers
a55d6806eb defaultDb didn't work as expected
removed it, and added [from/in]Default to functions that would support
operations normally preceded by r.Db()
2017-08-13 21:52:37 -05:00
Daniel J. Summers
402f66f5fa AppVeyor issue workaround
NuGet CDN problem
2017-07-17 21:20:06 -05:00
Daniel J. Summers
73ca164077 Lots more functions
Also, list -> seq in all parameters; it will be more flexible for the
caller, they will likely be small, and we can convert it when passing it
to the ReQL functions
2017-07-17 21:03:51 -05:00
Daniel J. Summers
43aefbef78 indexCreate overloads
plus version bump and syntax fix in the README
2017-07-16 21:04:00 -05:00
Daniel J. Summers
fdd95bfe95 Tooling
Added sln file, modified AppVeyor to reference it
2017-07-16 20:31:07 -05:00
Daniel J. Summers
72af21b8ce AppVeyor fix 2017-07-16 20:20:57 -05:00
Daniel J. Summers
a54aa3ba0c Initial extraction from other project 2017-07-16 20:18:47 -05:00
Daniel J. Summers
81c4890897 Initial commit 2017-07-15 08:05:37 -05:00