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
5abcd01ffbb05506515a39db2f35617645c61a25
Umbraco-CMS
/
src
/
Umbraco.Core
/
Persistence
/
SqlSyntax
History
Stephan
583ae2df11
Bugfix
2015-09-15 10:52:32 +02:00
..
ColumnInfo.cs
…
DbTypes.cs
…
ISqlSyntaxProvider.cs
Fixes: U4-7090 Upgrade error with dates
2015-09-11 11:49:37 +02: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
Fixes upgrade issues with MySql, along with a few other things:
2015-09-11 17:49:47 +02:00
SqlCeSyntaxProvider.cs
Fixes upgrade issues with MySql, along with a few other things:
2015-09-11 17:49:47 +02:00
SqlServerSyntaxProvider.cs
Fixes upgrade issues with MySql, along with a few other things:
2015-09-11 17:49:47 +02:00
SqlServerVersionName.cs
Adds ability to use the query builder with string matches based on an NText column
2013-12-18 17:22:00 +11:00
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
Bugfix
2015-09-15 10:52:32 +02: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