Commit Graph

10 Commits

Author SHA1 Message Date
Timothy Stack
5e42b4cb8a [debt] include cleanup 2020-10-28 21:23:46 -07:00
Timothy Stack
8413dd13d8 [config] add configs directory 2020-05-07 07:08:59 -07:00
Timothy Stack
fb7d6eafaf [build] some refactoring of files 2019-05-08 05:30:59 -07:00
Timothy Stack
bc4004de9e [environ_vtab] the first var was being skipped 2019-02-27 07:14:17 -08:00
Suresh Sundriyal
4ed9765610 [Coverity] Fix dereference before null check. 2015-03-28 18:41:06 -07:00
Suresh Sundriyal
6567b53266 [Coverity] Eliminate null pointer dereferencing.
There is a possibility that 'name' might be NULL and {get/set}env might
dereference it.
2015-03-21 23:22:58 -07:00
Suresh Sundriyal
803642a849 [Coverity] Fixes an 'Uninitialized variables' error.
Initialize retval to SQLITE_ERROR during declaration at the beggining of
the method. I could technically go with SQLITE_OK but if this is going
to be unintentially returned without being initialized, I would much
rather it return an error than success.
2015-03-21 17:06:39 -07:00
Timothy Stack
b205a3ec82 [build] some more centos build fixes 2014-06-13 21:39:03 -07:00
Timothy Stack
a02bf365e9 [build] fix attempt for older sqlites 2014-06-13 08:52:03 -07:00
Timothy Stack
353dfec878 [sql] add an environ virtual table
Defect Number:
    Reviewed By:
   Testing Done:
2014-05-06 21:26:05 -07:00