Opened 9 years ago
Closed 9 years ago
#336 closed defect (fixed)
Fix size of integer used in mysql testsuite
Reported by: | Pavel Zhukov | Owned by: | somebody |
---|---|---|---|
Priority: | critical | Milestone: | 0.6.0 |
Component: | Matreshka - SQL | Version: | |
Keywords: | Cc: |
Description
If mysql-devel installed but mysql-server is not build failed with:
test_284.adb:151:52: warning: value not in range of type "Num" defined at league-holders-generic_integers.ads:49, instance at league-holders-long_integers.ads:46
test_284.adb:151:52: warning: "Constraint_Error" will be raised at run time
test_284.adb:154:52: warning: value not in range of type "Num" defined at league-holders-generic_integers.ads:49, instance at league-holders-long_integers.ads:46
test_284.adb:154:52: warning: "Constraint_Error" will be raised at run time
test_284.adb:206:18: value not in range of type "Standard.Long_Integer"
test_284.adb:206:18: static expression fails Constraint_Check
test_284.adb:212:18: value not in range of type "Standard.Long_Integer"
test_284.adb:212:18: static expression fails Constraint_Check
compilation of test_284.adb failed
gprbuild: * compilation phase failed
make[1]: Leaving directory `'
make: Leaving directory `'
make[1]: * [mysql] Error 4
make: * [check] Error 2
Change History (6)
comment:1 by , 9 years ago
comment:3 by , 9 years ago
Component: | Matreshka → Matreshka - SQL |
---|---|
Milestone: | → 0.6.0 |
Owner: | set to |
Summary: | Disable test if mysql server is not available but libraries installed → Fix size of integer used in mysql testsuite |
comment:6 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 4353: