]
Gail Badner commented on HHH-3640:
----------------------------------
It looks like "mod" is treated as the arithmetic operator "%", so
mod(x,y) should be x % y.
It seems to be taken care of for SQLServer in SQLServerDialect.java
See
Some standard SQL functions are not implemented in Sybase
---------------------------------------------------------
Key: HHH-3640
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3640
Project: Hibernate Core
Issue Type: Improvement
Components: testsuite
Environment: Sybase ASE 15.0.2
Reporter: Juraci Paixao Krohling
Assignee: Juraci Paixao Krohling
Attachments: ASTParserLoadingTest.java.diff
Some standard SQL functions are not implemented in Sybase, like "mod" * ,
bit_length, trim. Thus, the tests which uses these functions needs to be evicted.
ASTParserLoadingTest, contains "trim(trailing '_' column) ... " ,
mod(x,y) and bit_length
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: