eukras / koinos

PHP library for working with biblical and similar textual references in texts and databases.
Other
1 stars 1 forks source link

Multi-chapter range query creates impossible section number (=2). #12

Closed eukras closed 9 years ago

eukras commented 9 years ago

e.g. Romans 1:20-3:2 -- reference displays correctly, but DB returns text until query limit is reached.

Error is obvious in SQL: (reference BETWEEN 106001001020 AND 106002003002)

Note impossible section number in second range.

eukras commented 9 years ago

Typo in ReferenceManager->getQuadrupleRanges; obvious; not caught be previous tests as section numbers are irrelevant to books with reference depth 1 or 2; only affeted queries. Closing

COMMIT afc0f5b