Opened 7 years ago
#425 new defect
select returns string instead of integer
Reported by: | Maxim Reznik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Matreshka - SQL | Version: | 0.7.0 |
Keywords: | Cc: |
Description
To reproduce:
- Execute such a select:
SELECT count(*) FROM table
- Get result as League.Holders.Universal_Integer;
- exception will be raised:
Exception name: CONSTRAINT_ERROR Message: invalid type of value
Actual tag of result is LEAGUE.HOLDERS.UNIVERSAL_STRING_CONTAINER
See get_topic_count in forum-categories-objects-stores.adb:167 for actual code.
Note:
See TracTickets
for help on using tickets.