Small editorial
This commit is contained in:
parent
61275461b5
commit
80e79ced2e
3 changed files with 3 additions and 3 deletions
Language/SQL/SimpleSQL
|
@ -88,7 +88,7 @@ Data types to represent different dialect options
|
|||
> ,diPostgresSymbols :: Bool
|
||||
> -- | allow sql server style symbols
|
||||
> ,diSqlServerSymbols :: Bool
|
||||
> -- | allow sql server style forCONVERT function in format @CONVERT(data_type(length), expression, style)@
|
||||
> -- | allow sql server style for CONVERT function in format CONVERT(data_type(length), expression, style)
|
||||
> ,diConvertFunction :: Bool
|
||||
> }
|
||||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue