]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Pedantic changes for const-correctness:
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 15 Aug 2010 02:27:01 +0000 (02:27 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 15 Aug 2010 02:27:01 +0000 (02:27 +0000)
commitb822a2bacf811932a57474ce9fe5f5765706c9cf
treea9ba93a466985587d4ffbd46b69072d8344330ca
parenta38ddfa93efd2aea8a19b770c03ea7098c658677
Pedantic changes for const-correctness:

1. Add the const qualifier to most of the parameters of SELECT().

2. In almost all cases: replace calls to jsonObjectGetKey() with
calls to jsonObjectGetKeyConst().  A couple of calls remain that
would be more trouble to replace than they're likely to be worth.

M    Open-ILS/src/c-apps/oils_sql.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17223 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_sql.c