comparison Core/SQLite/README.txt @ 51:9beb9b8582f7

renames
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Sep 2012 17:43:31 +0200
parents db4d996ea264
children c996319e90bc
comparison
equal deleted inserted replaced
50:a15e90e5d6fc 51:9beb9b8582f7
11 Main differences with Chromium 11 Main differences with Chromium
12 ============================== 12 ==============================
13 13
14 * The reference counting mechanism has been reimplemented to make it 14 * The reference counting mechanism has been reimplemented to make it
15 simpler. 15 simpler.
16 * The PalantirException class is used for the exception mechanisms. 16 * The PalanthirException class is used for the exception mechanisms.
17 * A statement is always valid (is_valid() always return true). 17 * A statement is always valid (is_valid() always return true).
18 * The classes and the methods have been renamed to meet Palantir's 18 * The classes and the methods have been renamed to meet Palanthir's
19 coding conventions. 19 coding conventions.
20 20
21 21
22 Licensing 22 Licensing
23 ========= 23 =========