openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
SQLProvider
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
1 day
ago.
Aug 31, 2025 — Aug 31, 2026
Showing page 70 of 76
Search / Filter on:
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?
pezi
More...
over 12 years ago
fix sqlite delete
pezi
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
pezi
More...
over 12 years ago
remove tests for now
pezi
More...
over 12 years ago
not sure why this is not working... it compiles fine locally. Attempt change of FSharp.Core target
pezi
More...
over 12 years ago
Adding odbc test file
simonhdickson
as Simon Dickson
More...
over 12 years ago
fixing build, missed project file
pezi
More...
over 12 years ago
experiment to see if i can get tests working with sqlite db
pezi
More...
over 12 years ago
fix small bug in Delete
pezi
More...
over 12 years ago
some locking, altho we may need some more for the new CRUD bits
pezi
More...
over 12 years ago
getting Where to work in ODBC. Fixed whitespace qualifiers in ODBC (for Excel at least)
pezi
More...
over 12 years ago
Merge branch 'master' of github.com:fsprojects/SQLProvider
pezi
More...
over 12 years ago
oops, missed a file
pezi
More...
over 12 years ago
working crud
pezi
More...
over 12 years ago
Merge pull request #56 from simonhdickson/master
Ross McKinlay
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.
pezi
More...
over 12 years ago
Use SeqValues instead of NewArrayExpression.
Fraser Waters
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.
Fraser Waters
More...
over 12 years ago
Fix for MySql array paramters.
Fraser Waters
More...
over 12 years ago
Merge pull request #54 from Frassle/ContextCtor
Ross McKinlay
More...
over 12 years ago
GetDataContext with runtime resolution path.
Fraser Waters
More...
over 12 years ago
Merge pull request #53 from Frassle/StringWith
Ross McKinlay
More...
over 12 years ago
Merge pull request #51 from Frassle/MySqlSkip
Ross McKinlay
More...
over 12 years ago
Support for Skip in MySql.
Fraser Waters
More...
over 12 years ago
←
1
2
…
66
67
68
69
70
71
72
73
74
75
76
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree