1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added simple MapTo<'a> function on SqlEntity More... almost 10 years ago
Stored procedures are fully working now, on oracle at least. More... almost 10 years ago
Fixed bits I broke in postgre and also fixed incorrect ordering of parameters when calling some sprocs More... almost 10 years ago
Updated type mappings and have ref cursors working on oracle More... almost 10 years ago
Simplified type mapping More... almost 10 years ago
Merge pull request #80 from ronnieholm/patch-1 More... almost 10 years ago
Fixed typo in type provider parameter. More... almost 10 years ago
Fixed conflicts More... almost 10 years ago
Simplyfying SPROC generation and making lazy More... almost 10 years ago
Removed unessicary SqlToEnum and CLR methods exposed on ISqlProvider More... almost 10 years ago
Added a Quotation helpers module More... almost 10 years ago
Simple fixed to allow scalar types to be returned from functions More... almost 10 years ago
Merged upstream More... almost 10 years ago
temporary fix for broken sproc parameters - we cannot quote option types in TPs :( More... almost 10 years ago
Added another layer of provided types into the stored procedures, and made the parameter / result type generation lazily evaluated. It was doing this all up front before which was crazy with a huge amount of stored procs. Note this is a breaking change if you used stored procs - you will need to ajust your code a little. Also fixed a bug that was causing sprocs that take no parameters to not appear - although it is not fixed very nicely, but that stuff all needs re-writing properly anyway at some point! More... almost 10 years ago
fix guids not working in individuals - regression caused by an Oracle special case. More... almost 10 years ago
additional fix for #77 More... almost 10 years ago
fixes for #77 More... almost 10 years ago
complete re-write of the projection analysis and transformation. Removed visitor and replaced with recursive call. This should support any F# expression, and will make it easier when we need to do fancier things with the projection in the future More... almost 10 years ago
Added DDL script so can create a new ORACLE DB More... about 10 years ago
Tidying up of return types from functions and procedures. More... about 10 years ago
Now supports func and procs with no input parameters More... about 10 years ago
Got sproc, function and package generation working now More... about 10 years ago
Initial refactoring of sproc and function handling. More... about 10 years ago
Merge pull request #74 from colinbull/master More... about 10 years ago
Fixing merge breaks and updating OracleTest to latest More... about 10 years ago
Removed backup files More... about 10 years ago
Merged upstream master More... about 10 years ago
Now supports oracle packages both funcs and procs More... about 10 years ago
Oracle stored functions working. More... about 10 years ago