Commit Graph

33 Commits

Author SHA1 Message Date
Daniel J. Summers a09181eee0 Add logging CreateConnection overloads 2022-07-19 09:12:57 -04:00
Daniel J. Summers 5d15de240d Add URI configuration option 2022-07-18 22:32:32 -04:00
Daniel J. Summers 61e17038f8 Add tableCreate opt arg functions 2022-07-18 08:52:26 -04:00
Daniel J. Summers 9281941603 Add retry for cursor DSL operations 2022-06-15 22:41:16 -04:00
Daniel J. Summers a8af285cae Add cursor / toList functions and methods 2022-06-14 09:31:37 -04:00
Daniel J. Summers 8030d81f96 Fix function retry (#2) / Add asOption (#1)
- Add signature file for function module
2022-05-25 14:34:37 -04:00
Daniel J. Summers 7be81e3e4b Beta release prep
- Modify retry logic to always attempt a reconnect
2022-05-18 12:13:32 -04:00
Daniel J. Summers e8f203ab5f Remove index by obj; add distinct operator 2022-05-18 10:32:42 -04:00
Daniel J. Summers 19ee6a803a Set up CI with Azure Pipelines
[skip ci]
2022-05-04 10:44:24 -04:00
Daniel J. Summers 562ffb5d10 Add index create w/arbitrary expression 2022-04-27 10:10:13 -04:00
Daniel J. Summers 91febe04f4 Remove generics from filter/insert/update 2022-04-21 21:23:23 -04:00
Daniel J. Summers f23f7b90e9 WIP toward completeness
- Add opt args for the run command
- Support Task/Async/sync for all run/write/result cmds
- Define builder using funcs from Functions module
- Functions module no longer auto-opened
- Update README with some of the above
2022-04-21 20:36:30 -04:00
Daniel J. Summers 78e5bbf77d Add update/replace by function to CE 2022-04-21 09:13:44 -04:00
Daniel J. Summers 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
Daniel J. Summers 542e501617 Bump version 2022-04-19 14:03:42 -04:00
Daniel J. Summers 835501d7e5 Fix table addressing 2022-04-19 12:49:31 -04:00
Daniel J. Summers cd1458af1e Add badge to README 2022-04-19 10:44:48 -04:00
Daniel J. Summers 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
Daniel J. Summers 7f98891ebd Update README with NuGet info 2022-04-18 22:53:04 -04:00
Daniel J. Summers 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
Daniel J. Summers 20a9ea461c Raise exn on write error 2022-04-16 23:05:57 -04:00
Daniel J. Summers 711855037b Add skip, ignore, and retry logic 2022-04-16 12:20:16 -04:00
Daniel J. Summers e1dd4fe588
Update CI settings 2022-04-11 23:38:42 -04:00
Daniel J. Summers 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