1
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Aug 31, 2025 — Aug 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Makes inner joins (kind of) work
simonhdickson
as Simon Dickson
More... over 12 years ago
inverting nullable columns in SQLite as they seem to be around the wrong way? More... over 12 years ago
fix sqlite delete More... over 12 years ago
fox for scope_identity for sqlite, and fix a little bug causing just-inserted records to not register for subsequent updates More... over 12 years ago
remove tests for now More... over 12 years ago
not sure why this is not working... it compiles fine locally. Attempt change of FSharp.Core target More... over 12 years ago
Adding odbc test file
simonhdickson
as Simon Dickson
More... over 12 years ago
fixing build, missed project file More... over 12 years ago
experiment to see if i can get tests working with sqlite db More... over 12 years ago
fix small bug in Delete More... over 12 years ago
some locking, altho we may need some more for the new CRUD bits More... over 12 years ago
getting Where to work in ODBC. Fixed whitespace qualifiers in ODBC (for Excel at least) More... over 12 years ago
Merge branch 'master' of github.com:fsprojects/SQLProvider More... over 12 years ago
oops, missed a file More... over 12 years ago
working crud More... over 12 years ago
Merge pull request #56 from simonhdickson/master More... over 12 years ago
ODBC: Fixes queries on tables with no primary keys
simonhdickson
as Simon Dickson
More... over 12 years ago
Remove schema from file code (was kind of ugly)
simonhdickson
as Simon Dickson
More... over 12 years ago
Architectural changes paving the way for CRUD operations. Specifically, I have now removed all the static methods on the data context type. Data contexts are now threaded through and erased to (or at least hidden and unboxed to) in most places via use of the new ISqlDataContext interface, and the quotations make use the of their new instance methods to do things such as retrieving related entities. This separation will allow us to A) still keep the idea of "runtime data context" and "design time data context" separate, whilst able to share the ISqlProvider instances yet allowing connection string and resolution path differences in the runtime created versions, and B) the entities now know about the data context they were generated from, which will be essential going forward to provide transactional update operations scoped to the correct context. More... over 12 years ago
Use SeqValues instead of NewArrayExpression. More... over 12 years ago
Fixes select, still get no results when there's a where
simonhdickson
as Simon Dickson
More... over 12 years ago
Open connection if its closed so type ODBC type provider doesn't randomly stop working.
simonhdickson
as Simon Dickson
More... over 12 years ago
Merge remote-tracking branch 'origin/master'
simonhdickson
as Simon Dickson
More... over 12 years ago
Rewrite Skip support for MySql. More... over 12 years ago
Fix for MySql array paramters. More... over 12 years ago
Merge pull request #54 from Frassle/ContextCtor More... over 12 years ago
GetDataContext with runtime resolution path. More... over 12 years ago
Merge pull request #53 from Frassle/StringWith More... over 12 years ago
Merge pull request #51 from Frassle/MySqlSkip More... over 12 years ago
Support for Skip in MySql. More... over 12 years ago