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
55dbce3a93464ae95500e68c1012fbc3007b2f85
Umbraco-CMS
/
src
/
Umbraco.Core
/
Persistence
/
SqlSyntax
T
History
Sebastiaan Janssen
55dbce3a93
Okay, really fixed the getdate() problem now. Maybe.. I should.. You know.. build my code first before I test it! D'oh.
2013-01-02 11:49:57 -01:00
..
DbTypes.cs
Refactoring database creation, adding sql syntax provider to account for differences in syntax between sql, ce and mysql.
2012-10-19 13:20:57 -02:00
ISqlSyntaxProvider.cs
Refactoring migrations by adding an abstract class to all expressions that allow for processing prior to returning an sql statement.
2012-12-27 18:52:47 -01:00
MySqlSyntaxProvider.cs
Fix badly formated "getdate()" default value (CE didn't like it)
2013-01-02 11:33:56 -01:00
SqlCeSyntaxProvider.cs
Removing sql server/ce specific brackets from repository queries as it was causing problems with MySql.
2012-12-27 19:53:01 -01:00
SqlServerSyntaxProvider.cs
Refactoring migrations by adding an abstract class to all expressions that allow for processing prior to returning an sql statement.
2012-12-27 18:52:47 -01:00
SqlSyntaxProviderBase.cs
Okay, really fixed the getdate() problem now. Maybe.. I should.. You know.. build my code first before I test it! D'oh.
2013-01-02 11:49:57 -01:00
SyntaxConfig.cs
Adding missing code comments/documentation
2012-10-23 08:09:01 -02:00