This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
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
5d93d8e874f0d9a705ed5c3a4e91fb5491e21f3e
Umbraco-CMS
/
src
/
Umbraco.Core
/
Persistence
/
SqlSyntax
T
History
nzdev
58a8b093cc
Support SQL Server 2012 syntax on SQL Server 2019
2020-08-14 16:32:46 +12:00
..
ColumnInfo.cs
Renormalize
2018-06-29 19:52:40 +02:00
DbTypes.cs
Renormalize
2018-06-29 19:52:40 +02:00
ISqlSyntaxProvider.cs
Moves read/write locking and isolation level to the responsibility of the sql provider based on the db type
2019-10-15 00:04:41 +11:00
MicrosoftSqlSyntaxProviderBase.cs
Cleanup ISqlSyntaxProvider
2018-07-17 17:20:40 +02:00
SqlCeSyntaxProvider.cs
Change to case when, just to support if someone change values to something invalid directly in the database, and fixed tes
2019-10-21 07:23:11 +02:00
SqlServerSyntaxProvider.cs
Support SQL Server 2012 syntax on SQL Server 2019
2020-08-14 16:32:46 +12:00
SqlServerVersionName.cs
Normalize cr/lf/tab
2017-07-20 11:21:28 +02:00
SqlSyntaxProviderBase.cs
Moves read/write locking and isolation level to the responsibility of the sql provider based on the db type
2019-10-15 00:04:41 +11:00
SqlSyntaxProviderExtensions.cs
Creates method to create the relations based on the property editor's returned reference but have discovered a gotcha for relations, so next step is to resolve that.
2019-10-24 16:48:21 +11:00