Mukund Sivaraman
|
daedcaea54
Merge branch 'trac1899_2'
|
12 years ago |
Mukund Sivaraman
|
f5bd1368b7
[1899] Allow other RRtypes in nsec3 table (for RRSIGs)
|
12 years ago |
Mukund Sivaraman
|
b9b8993431
[2301] Add comment for ANY_SUB query
|
12 years ago |
Mukund Sivaraman
|
84d2f3799c
[2301] Update ANY_SUB query to use LIKE clause efficiently
|
12 years ago |
Mukund Sivaraman
|
66f45b3d67
[1899] Break up UNION SQL query into two and merge manually
|
12 years ago |
Mukund Sivaraman
|
f284e18628
[1899] Add a unique constraint to nsec3 table
|
12 years ago |
Jelte Jansen
|
c3689c6a25
[master] cleanup version-check sqt statements
|
12 years ago |
Michal 'vorner' Vaner
|
fcde1f32cd
[2180] Make the SQLITE_SETUP message a warning
|
12 years ago |
Tomek Mrugalski
|
0c1c1eb1a9
Merge branch 'trac1531'
|
13 years ago |
JINMEI Tatuya
|
400ff18a8c
[1891] added bindXXX methods to StatementProcessor as sqlite_bind_xxx wrapper.
|
13 years ago |
JINMEI Tatuya
|
e7c91fe725
[1891] (unrelated) cleanup: removed 'GET_RECORD_DIFF' sqlite3 statement.
|
13 years ago |
JINMEI Tatuya
|
47f1415387
[1891] reject attempt of deleting NSEC3 before start transaction.
|
13 years ago |
JINMEI Tatuya
|
9a4619a0a1
[1891] implemented sqlite3 deleteNSEC3RecordInZone.
|
13 years ago |
JINMEI Tatuya
|
fb7201b9ff
[1891] be sure to reject addNSEC3 attempt before begin transaction.
|
13 years ago |
JINMEI Tatuya
|
bea9aaf144
[1891] make sure the 'owner' columns is filled on addNSEC3RecordToZone.
|
13 years ago |
JINMEI Tatuya
|
d7cf5f81d9
[1891] (unrelated) regression fix: make sure multiple updates after rollback.
|
13 years ago |
JINMEI Tatuya
|
91cb18e244
[1891] make sure nsec3 table is cleared when replacing a zone.
|
13 years ago |
JINMEI Tatuya
|
7aac25a59b
[1891] implemented addNSEC3RecordToZone, 1st step.
|
13 years ago |
JINMEI Tatuya
|
d68d574b69
[1891] Merge branch 'trac1781' into trac1891
|
13 years ago |
JINMEI Tatuya
|
4a7381b8b8
[1781] renamed the new NSEC3 methods.
|
13 years ago |
JINMEI Tatuya
|
ffbfe8fb29
[1781] introduced deleteRecordInNSEC3Zone DB accessor method for del'ing NSEC3.
|
13 years ago |
JINMEI Tatuya
|
0bc5c68ef6
[1781] introduced addRecordToNSEC3Zone interface to DB accessors.
|
13 years ago |
Michal 'vorner' Vaner
|
3057455dd0
[1782] Include the NSEC3 namespace in the iterator
|
13 years ago |
JINMEI Tatuya
|
8644866497
[master] Merge branch 'trac324new2' with fixing conflict for
|
13 years ago |
JINMEI Tatuya
|
69e76e0edb
[1746] removed SQLite3Accessor::getRecordDiff, and adjusted the test as such.
|
13 years ago |
JINMEI Tatuya
|
947f08c755
[324new2] renamed major/minor version variables so they are more consistent.
|
13 years ago |
JINMEI Tatuya
|
4df83ec7d1
[324] make sure initial SQLite3 DB creation is exception safe.
|
13 years ago |
JINMEI Tatuya
|
5b0ea09b5f
[324] added test cases for different SQLite3 schema versions.
|
13 years ago |
JINMEI Tatuya
|
a3ccc5c647
[324] make sure latest SQLite3 version (2.0) will be used on creation.
|
13 years ago |
JINMEI Tatuya
|
07403ec675
[324new2] Merge branch 'trac324new' into trac324new2
|
13 years ago |