1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jan 22, 2025 — Jan 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes select, still get no results when there's a where
simonhdickson
as Simon Dickson
More... over 11 years ago
Open connection if its closed so type ODBC type provider doesn't randomly stop working.
simonhdickson
as Simon Dickson
More... over 11 years ago
Merge remote-tracking branch 'origin/master'
simonhdickson
as Simon Dickson
More... over 11 years ago
Rewrite Skip support for MySql. More... over 11 years ago
Fix for MySql array paramters. More... over 11 years ago
Merge pull request #54 from Frassle/ContextCtor More... over 11 years ago
GetDataContext with runtime resolution path. More... over 11 years ago
Merge pull request #53 from Frassle/StringWith More... over 11 years ago
Merge pull request #51 from Frassle/MySqlSkip More... over 11 years ago
Support for Skip in MySql. More... over 11 years ago
add missing con.open() in executeScalar More... over 11 years ago
reapply internal modifiers to some types fix some issues introduced to access when I removed the static lookups More... over 11 years ago
major changes - 1) Individuals - thread data context through provided types to honour different connection strings at runtime 2) Connection cache now caches ISqlProvider instances via the type provider type name only - no connection strings. 3) Entities now remember their connection string (hidden from intellisense). This is important because for further queries from the entity, we need to understand which connection string was used when originally creating it as there may be several data contexts for the same type provider hanging around 4) Big connection lifecycle cleanup - connections are now used and then closed immediately both in design-time and runtime 5) Changed link data in the SqlQuery from a map to a list - multiple explicit joins were not working properly because the order in the query was not being preserved 6) removed static lookups in MSAccess as they were causing the design-time code to bomb sometimes (we can maybe revisit a similar optimization for all providers using concurrent dictionaries in the future) More... over 11 years ago
Support for string StartsWith and EndsWith. More... almost 12 years ago
fixed: - order by clauses not working if they are the only thing in the query - order by clauses not working if they appear before an auto-tuple occurs that renames the table alias More... almost 12 years ago
Merge branch 'linkedtbls' of https://github.com/bennylynch/SQLProvider into bennylynch-linkedtbls More... almost 12 years ago
Finally got column names working from schema file
simonhdickson
as Simon Dickson
More... almost 12 years ago
Trying to make individuals work but failing
simonhdickson
as Simon Dickson
More... almost 12 years ago
Implemented linked tables, BUT it gives a nasty OleDB error in FSI. It does work in compiled projects. OK for now. More... almost 12 years ago
Intial ODBC type provider code
simonhdickson
as Simon Dickson
More... almost 12 years ago
Added an amount of documentation for MSAccess provider More... almost 12 years ago
fix release notes More... almost 12 years ago
release notes More... almost 12 years ago
release notes More... almost 12 years ago
add access script to test project. Remove unused static parameter. More... almost 12 years ago
update docs to include access. Remove unnecessary ResolutionPath from access provider. Remove some dead comments More... almost 12 years ago
Merge branch 'master' of github.com:fsprojects/SQLProvider More... almost 12 years ago
Merge pull request #44 from bennylynch/msacess More... almost 12 years ago
Fixed an issue with multiple JOINS. Access can only join 2 tables, so need to put n open parens after FROM (where n is num joins, and close each paren after each JOIN statement. More... almost 12 years ago
Fixed issue with generated SQL when more than one JOIN. More... almost 12 years ago