]> git.evergreen-ils.org Git - Evergreen.git/commit
Minor tweaks to the SELECT function:
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Feb 2009 22:44:48 +0000 (22:44 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Feb 2009 22:44:48 +0000 (22:44 +0000)
commit957c8b42257ef35e7c308af8fd54d9ed5263221a
tree25a4cf70c34fa984ca065f90e6590c5da7cceb7f
parentee28ece43f9b62a98d0aef8595ed7124d91380f1
Minor tweaks to the SELECT function:

1. Narrowed the scope of the idlClass variable.

2. Made cname const,

3. In the loop for building the column list: eliminated an IDL lookup
for the class name, because we already have it.  The IDL stores it
redundantly in two different places, and we don't need to find both.

4. Renamed __column and __alias to _column and _alias.  Identifiers
beginning with two underscores are reserved.

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