1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Update a comment in sqliteLimit.h. No changes to code or tests.

FossilOrigin-Name: b7296fd380319bcae26b1ac13f23e57a4852881b
This commit is contained in:
dan
2011-04-06 12:38:10 +00:00
parent 56089737c1
commit 6d59c2c1c2
3 changed files with 8 additions and 8 deletions

View File

@@ -118,7 +118,7 @@
/*
** The maximum number of attached databases. This must be between 0
** and 30. The upper bound on 30 is because a 32-bit integer bitmap
** and 62. The upper bound on 62 is because a 64-bit integer bitmap
** is used internally to track attached databases.
*/
#ifndef SQLITE_MAX_ATTACHED