Skip to content

Commit

Permalink
Added support for GetDateFunction for MySQL. Closes #26.
Browse files Browse the repository at this point in the history
  • Loading branch information
hisystems committed Mar 27, 2012
1 parent 0f2d8f3 commit 44a87f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/Expressions/SQLGetDateFunctionExpression.vb
Expand Up @@ -24,7 +24,7 @@ Namespace SQL
Case Database.ConnectionType.SQLServerCompactEdition
Return "GetDate()"
Case Database.ConnectionType.MySQL
Throw New NotImplementedException()
Return "CURDATE()"
Case Database.ConnectionType.Pervasive
Throw New NotImplementedException()
Case Else
Expand Down

0 comments on commit 44a87f9

Please sign in to comment.