Skip to content

Commit 1d547ec

Browse files
Update sqlite3pp.h
1 parent 89e4f7c commit 1d547ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3pp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// - Change some names to avoid spell checker errors.
3939
// - Changed local include to use "" instead of <>, to avoid compiler error on some systems.
4040
// - Added functions that take std::string
41-
// - Added enhance logic to connect to SQLite3.db at runtime.
41+
// - Added enhance logic to connect to SQLite3.db at runtime when compiling CLR code.
4242
// - Other miscellaneous changes where I added comments [David Maisonave changes]
4343
//
4444
// For example usage see [Wongoo Lee] github link: https://github.com/iwongu/sqlite3pp

0 commit comments

Comments
 (0)