Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Ensure consistent results. From kbk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ccbfd35b36dd907ff922326951b63dc4 |
User & Date: | stu 2017-12-06 18:39:46.216 |
Context
2017-12-08
| ||
13:38 | Bump to 1.0.6 check-in: 71b1f2c185 user: dgp tags: trunk | |
2017-12-06
| ||
18:39 | Ensure consistent results. From kbk. check-in: ccbfd35b36 user: stu tags: trunk | |
2017-05-26
| ||
18:33 | rm -f not needed before ${INSTALL_*}. A ghost of past installing. check-in: 43b96d33bb user: stu tags: trunk, tdbc-1-0-5 | |
Changes
Changes to library/tdbc.tcl.
︙ | ︙ | |||
425 426 427 428 429 430 431 432 433 434 435 436 437 438 | ON pkc.CONSTRAINT_NAME = rc.UNIQUE_CONSTRAINT_NAME AND pkc.CONSTRAINT_SCHEMA = rc.UNIQUE_CONSTRAINT_SCHEMA $catalogClause2 AND pkc.ORDINAL_POSITION = fkc.ORDINAL_POSITION WHERE 1=1 $clause1 $clause2 "] dict set foreignKeysStatement $exists1 $exists2 $stmt } } } # The default implementation of the 'foreignkeys' method uses the | > | 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 | ON pkc.CONSTRAINT_NAME = rc.UNIQUE_CONSTRAINT_NAME AND pkc.CONSTRAINT_SCHEMA = rc.UNIQUE_CONSTRAINT_SCHEMA $catalogClause2 AND pkc.ORDINAL_POSITION = fkc.ORDINAL_POSITION WHERE 1=1 $clause1 $clause2 ORDER BY \"foreignConstraintCatalog\", \"foreignConstraintSchema\", \"foreignConstraintName\", \"ordinalPosition\" "] dict set foreignKeysStatement $exists1 $exists2 $stmt } } } # The default implementation of the 'foreignkeys' method uses the |
︙ | ︙ |