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
612412683527dad1cdc3dbd4df61969b4695d7b0
Umbraco-CMS
/
src
/
Umbraco.Core
/
Persistence
/
SqlSyntax
History
Shannon
6124126835
Fixes the custom field sorting, no longer has a sub query for order by, now supports both mysql and sqlce, adds a unit test (should add more though)
2016-04-20 15:50:38 +02:00
..
ColumnInfo.cs
…
DbTypes.cs
…
ISqlSyntaxProvider.cs
Fixes the custom field sorting, no longer has a sub query for order by, now supports both mysql and sqlce, adds a unit test (should add more though)
2016-04-20 15:50:38 +02:00
MicrosoftSqlSyntaxProviderBase.cs
Fixes issue with migrations running with a Decimal column:
2015-10-14 12:07:50 +02:00
MySqlSyntaxProvider.cs
Fixes the custom field sorting, no longer has a sub query for order by, now supports both mysql and sqlce, adds a unit test (should add more though)
2016-04-20 15:50:38 +02:00
SqlCeSyntaxProvider.cs
Fixes the custom field sorting, no longer has a sub query for order by, now supports both mysql and sqlce, adds a unit test (should add more though)
2016-04-20 15:50:38 +02:00
SqlServerSyntaxProvider.cs
Fixes issue with migrations running with a Decimal column:
2015-10-14 12:07:50 +02: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
Fixes the custom field sorting, no longer has a sub query for order by, now supports both mysql and sqlce, adds a unit test (should add more though)
2016-04-20 15:50:38 +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