Fix a problem causing the sessions module to occasionally lose track of rows
commitd5d8f614d56c32425b1a16e83f8aad39cdad7417
authorDan Kennedy <danielk1977@gmail.com>
Wed, 17 Jan 2018 17:38:18 +0000 (17 17:38 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Wed, 17 Jan 2018 17:38:18 +0000 (17 17:38 +0000)
tree7c319956fbf32efe77577394734f8e59f2b60cb9
parent1561d6064b4b78d391503e375eb2d629b439b3d8
Fix a problem causing the sessions module to occasionally lose track of rows
with composite primary keys when there are two rows with the same text value
in the leftmost column of the PK.
ext/session/sessionH.test [new file with mode: 0644]
ext/session/sessionat.test
ext/session/sqlite3session.c