This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
647c7a6ce0196ac03df12487d5ab17f5ef5b4b63
Umbraco-CMS
/
src
/
Umbraco.Core
/
Persistence
/
SqlSyntax
History
Shannon
cc396c8b96
Removes more unecessary singletons and simplifies/refactors some internal parts like the ctors for the ServiceContext, DatabaseContext. No more RepositoryResolver or SqlSyntaxProvidersResolver these are entirely uncessary and complicate things.
2015-01-13 18:19:52 +11:00
..
ColumnInfo.cs
…
DbTypes.cs
…
ISqlSyntaxProvider.cs
More work on sql parameterization with sql expressions, lots of tests passing but a few fixes still required. Streamlines IQuery to actually have the correct method implementations so we're not casting everywhere.
2014-09-24 13:51:16 +10:00
MicrosoftSqlSyntaxProviderBase.cs
More work on sql parameterization with sql expressions, lots of tests passing but a few fixes still required. Streamlines IQuery to actually have the correct method implementations so we're not casting everywhere.
2014-09-24 13:51:16 +10:00
MySqlSyntaxProvider.cs
Removes more singletons and reliance on singletons/statics
2015-01-09 12:04:33 +11:00
SqlCeSyntaxProvider.cs
More work on sql parameterization with sql expressions, lots of tests passing but a few fixes still required. Streamlines IQuery to actually have the correct method implementations so we're not casting everywhere.
2014-09-24 13:51:16 +10:00
SqlServerSyntaxProvider.cs
Working on: U4-4133 Database key changes are not fixed in the Umbraco 7 installer!
2014-10-16 11:24:29 +10:00
SqlServerVersionName.cs
…
SqlSyntaxContext.cs
More refactoring with ILogger and reducing the dependencies on all of these singletons. Created new DatabaseSchemaHelper to be used instead of the extension methods that require singletons to be set.
2015-01-09 13:00:26 +11:00
SqlSyntaxProviderAttribute.cs
…
SqlSyntaxProviderBase.cs
More work on parameterized queries, all tests for repos passing now.
2014-09-24 16:59:45 +10:00
SqlSyntaxProviderExtensions.cs
More tests fixed
2014-09-24 20:20:27 +10:00
SqlSyntaxProviders.cs
Removes more unecessary singletons and simplifies/refactors some internal parts like the ctors for the ServiceContext, DatabaseContext. No more RepositoryResolver or SqlSyntaxProvidersResolver these are entirely uncessary and complicate things.
2015-01-13 18:19:52 +11:00