1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/master'
simonhdickson
as Simon Dickson
More... about 10 years ago
Rewrite Skip support for MySql. More... about 10 years ago
Fix for MySql array paramters. More... about 10 years ago
Merge pull request #54 from Frassle/ContextCtor More... about 10 years ago
GetDataContext with runtime resolution path. More... about 10 years ago
Merge pull request #53 from Frassle/StringWith More... about 10 years ago
Merge pull request #51 from Frassle/MySqlSkip More... about 10 years ago
Support for Skip in MySql. More... about 10 years ago
add missing con.open() in executeScalar More... about 10 years ago
reapply internal modifiers to some types fix some issues introduced to access when I removed the static lookups More... about 10 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... about 10 years ago
Support for string StartsWith and EndsWith. More... about 10 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... about 10 years ago
Merge branch 'linkedtbls' of https://github.com/bennylynch/SQLProvider into bennylynch-linkedtbls More... about 10 years ago
Finally got column names working from schema file
simonhdickson
as Simon Dickson
More... over 10 years ago
Trying to make individuals work but failing
simonhdickson
as Simon Dickson
More... over 10 years ago
Implemented linked tables, BUT it gives a nasty OleDB error in FSI. It does work in compiled projects. OK for now. More... over 10 years ago
Intial ODBC type provider code
simonhdickson
as Simon Dickson
More... over 10 years ago
Added an amount of documentation for MSAccess provider More... over 10 years ago
fix release notes More... over 10 years ago
release notes More... over 10 years ago
release notes More... over 10 years ago
add access script to test project. Remove unused static parameter. More... over 10 years ago
update docs to include access. Remove unnecessary ResolutionPath from access provider. Remove some dead comments More... over 10 years ago
Merge branch 'master' of github.com:fsprojects/SQLProvider More... over 10 years ago
Merge pull request #44 from bennylynch/msacess More... over 10 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... over 10 years ago
Fixed issue with generated SQL when more than one JOIN. More... over 10 years ago
Merge pull request #43 from colinbull/master More... over 10 years ago
More fixes for white space in table names #40 More... over 10 years ago