|
|
|
@8760
|
20 years |
jhoblitt |
map MYSQL_TYPE_STRING -> VARCHAR instead of CHAR
|
|
|
|
@8759
|
20 years |
jhoblitt |
change psDBMySQLToPType() to return 0 instead of -1 to return an error …
|
|
|
|
@8758
|
20 years |
jhoblitt |
always check the return of psDBMySQLToPType() for errors
|
|
|
|
@8756
|
20 years |
jhoblitt |
update from the pre MySQL 4.1 FIELD_* field type enum name to the new …
|
|
|
|
@8712
|
20 years |
jhoblitt |
move $SRCINC to always be left of $PSLIB_CFLAGS
|
|
|
|
@8627
|
20 years |
jhoblitt |
add gcc format attributes to:
psAbort()
psErrorStackPrint()
…
|
|
|
|
@8610
|
20 years |
jhoblitt |
add gcc format attributes to psStringAppend(), psStringPrepend(), …
|
|
|
|
@8602
|
20 years |
jhoblitt |
bug #809 - use psStringAppendV() instead of calling vsnprintf() …
|
|
|
|
@8526
|
20 years |
jhoblitt |
fix a buffer overflow in psDBIntToString() by correctly calculating …
|
|
|
|
@8461
|
20 years |
jhoblitt |
don't compare varchar fields with LIKE unless "LIKE" is in the …
|
|
|
|
@8412
|
20 years |
Paul Price |
Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
|
|
|
|
@8340
|
20 years |
jhoblitt |
add a trace to p_psDBFetchResult()
|
|
|
|
@8336
|
20 years |
jhoblitt |
minor doxygen cleanup
|
|
|
|
@8335
|
20 years |
jhoblitt |
add tableName param to psDBGenerateConditionalSQL()
add tableName …
|
|
|
|
@8305
|
20 years |
jhoblitt |
add psDBGenerateWhereConditionSQL()
|
|
|
|
@8270
|
20 years |
jhoblitt |
additional psDB traces
|
|
|
|
@8251
|
20 years |
jhoblitt |
make psDBGenerateWhereSQL() public
add psTrace() calls to the query …
|
|
|
|
@8232
|
20 years |
jhoblitt |
bug #790 - remove psErrorText.h and inline all error codes. all newly …
|
|
|
|
@8116
|
20 years |
jhoblitt |
psDB floating point epsilon support take 2
|
|
|
|
@8114
|
20 years |
jhoblitt |
typo
|
|
|
|
@8113
|
20 years |
jhoblitt |
add basically floating point epsilon support for psF32 & psF64s
|
|
|
|
@8112
|
20 years |
jhoblitt |
update copyright
|
|
|
|
@7985
|
20 years |
Paul Price |
Adding output of coverage testing to CLEANFILES and .cvsignore
|
|
|
|
@7977
|
20 years |
Paul Price |
"while" loop should be a "for" loop.
|
|
|
|
@7976
|
20 years |
jhoblitt |
fix premature free'ing of mysql result data in psDBDumpCols()
|
|
|
|
@7975
|
20 years |
jhoblitt |
add psDBMysqlRowRecycle()
use psDBMysqlRowRecycle() to fix a memory …
|
|
|
|
@7900
|
20 years |
jhoblitt |
change psDBInit() so that my.cnf is always read
|
|
|
|
@7768
|
20 years |
jhoblitt |
fix MySQL time support (no searching support yet)
|
|
|
|
@7766
|
20 years |
Paul Price |
Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
|
|
|
|
@7661
|
20 years |
jhoblitt |
change psDBCleanup() to quietly handle NULLs
|
|
|
|
@7660
|
20 years |
jhoblitt |
fix accidental free'ing of a lookuptable
|
|
|
|
@7655
|
20 years |
jhoblitt |
remove an unneeded assertion from psDBGenerateSelectRowSQL()
|
|
|
|
@7654
|
20 years |
jhoblitt |
more misc cleanups: assertions & variable declarations
|
|
|
|
@7652
|
20 years |
jhoblitt |
misc cleanups: assertions, memory leaks, etc. (unfinished)
|
|
|
|
@7651
|
20 years |
jhoblitt |
change psDBInsertRows() to use p_psDBRunQueryPrepared()
change …
|
|
|
|
@7644
|
20 years |
jhoblitt |
- rework the way MYSQL_BIND arrays are handled so that they are …
|
|
|
|
@7626
|
20 years |
Paul Price |
Applying patch from Josh: patch to make psdb thread safe.
|
|
|
|
@7617
|
20 years |
Paul Price |
Applying patch from Josh. Renaming psMemThreadSafety to …
|
|
|
|
@7497
|
20 years |
Paul Price |
Applying patch from Josh to fix logic error.
|
|
|
|
@7405
|
20 years |
Paul Price |
Applying patch from Josh to fix spelling.
|
|
|
|
@7386
|
20 years |
Paul Price |
Applying patch from Josh to break up existing function.
|
|
|
|
@7383
|
20 years |
Paul Price |
Patch from Josh to correctly handle the insertion of NULL strings.
|
|
|
|
@7305
|
20 years |
drobbin |
added if statement to standardize error output between platforms.
|
|
|
|
@7294
|
20 years |
Paul Price |
Applying patch from Josh: adds 'or' conditional support to psDB where …
|
|
|
|
@7211
|
20 years |
Paul Price |
Removing psDB_dummy.h in favour of putting its function into psDB.h so …
|
|
|
|
@7210
|
20 years |
Paul Price |
Adding emacs temporary files to CLEANFILES
|
|
|
|
@7143
|
20 years |
Paul Price |
Applying patch from Josh --- 'It adds support for multi column/field …
|
|
|
|
@7078
|
20 years |
Paul Price |
Applying patch from Josh to fix my_bool in mySQL stuff --- their …
|
|
|
|
@7070
|
20 years |
Paul Price |
Applying patch from Josh Hoblitt: Patch to add transaction control to psdb
|
|
|
|
@7050
|
20 years |
Paul Price |
Adding patch from Josh, which adds psDBLastInsertId
|
|
|
|
@6953
|
20 years |
Paul Price |
Adding psDB_dummy.h to replace psDB.h when mysql is not used.
|
|
|
|
@6914
|
20 years |
drobbin |
No changes made.
|
|
|
|
@6484
|
20 years |
drobbin |
Changed psArray & psVector to zero 'n' upon allocation. Used to set …
|
|
|
|
@6296
|
20 years |
desonia |
patch from Bug 680 -- psDB behavior fixes.
|
|
|
|
@5841
|
21 years |
desonia |
merged branch eam_rel9_b1. Contains many fixes made by IfA.
|
|
|
|
@5217
|
21 years |
desonia |
added .loT files for ignoring.
|
|
|
|
@5216
|
21 years |
desonia |
changed psArrayGet/psArraySet/psArrayRemove to do proper reference …
|
|
|
|
@5136
|
21 years |
desonia |
changed PS_META* datatypes to more generic PS_DATA* datatypes.
|
|
|
|
@4981
|
21 years |
desonia |
Bug 515
|
|
|
|
@4953
|
21 years |
desonia |
* empty log message *
|
|
|
|
@4891
|
21 years |
drobbin |
psMetadataAddWhatever fxns now accept an int format parameter (bug504)
|
|
|
|
@4612
|
21 years |
drobbin |
changed p_psDBRunQuery to accept a variable argument list (as …
|
|
|
|
@4589
|
21 years |
drobbin |
made minor changes in accordance with newest api-delta doc
|
|
|
|
@4556
|
21 years |
desonia |
fixed some dropped changes of last week.
|
|
|
|
@4540
|
21 years |
desonia |
massive restructuring of codebase.
|
|
|
|
@4502
|
21 years |
desonia |
* empty log message *
|
|
|
|
@4446
|
21 years |
desonia |
* empty log message *
|
|
|
|
@4430
|
21 years |
evanalst |
Update psDBUpdateRows to get affected rows before commit.
|
|
|
|
@4429
|
21 years |
evanalst |
Update definition of psDBDeleteRows to include limit argument.
|
|
|
|
@4428
|
21 years |
evanalst |
Update function psDBDeleteRows to include limit of maximum rows to delete.
|
|
|
|
@4393
|
21 years |
evanalst |
Fix psDBSelectRows and psDBDumpCols field ordering. Bug #448.
|
|
|
|
@4389
|
21 years |
evanalst |
Update function psDBDeleteRows to handle invalid arguments.
|
|
|
|
@4382
|
21 years |
evanalst |
Update psDBUpdateRows for invalid arguments.
|
|
|
|
@4373
|
21 years |
evanalst |
Update function psDBDumpCols to handle invalid parameters.
|
|
|
|
@4371
|
21 years |
evanalst |
Update psDBDumpCols to place column of strings into an array.
|
|
|
|
@4342
|
21 years |
drobbin |
* empty log message *
|
|
|
|
@4312
|
21 years |
drobbin |
* empty log message *
|
|
|
|
@4311
|
21 years |
evanalst |
Update function psDBInsertRows to handle invalid parameters.
|
|
|
|
@4297
|
21 years |
evanalst |
Update psDBInsertOneRow for invalid arguments.
|
|
|
|
@4279
|
21 years |
evanalst |
Update function psDBSelectColumn to handle invalid parameters.
|
|
|
|
@4271
|
21 years |
evanalst |
Update psDBDropTable to handle invalid parameters.
|
|
|
|
@4269
|
21 years |
evanalst |
Update psDBCreateTable to handle invalid arguments.
|
|
|
|
@4262
|
21 years |
evanalst |
Update psDBChange to handle invalid arguments.
|
|
|
|
@4256
|
21 years |
evanalst |
Update function psDBInit and psDBCleanup to handle error conditions.
|
|
|
|
@4128
|
21 years |
desonia |
removed psImageIO functions.
|
|
|
|
@4106
|
21 years |
asc |
workaround 4byte psBool endianness issue on Mac hardware.
|
|
|
|
@4043
|
21 years |
asc |
fixes for bug #419
|
|
|
|
@3961
|
21 years |
asc |
Add support for AUTO_INCREMENT
|
|
|
|
@3957
|
21 years |
asc |
Applied Josh's patch (bugzilla #413)
|
|
|
|
@3866
|
21 years |
desonia |
Bug #395 - consolidated psString functions introduced for psDB to …
|
|
|
|
@3849
|
21 years |
asc |
bugfix 344, 345, 346
|
|
|
|
@3671
|
21 years |
desonia |
Removed PS_TYPE_PTR from psElemType, as per latest SDRS.
|
|
|
|
@3598
|
21 years |
desonia |
cosmetic tweaks.
|
|
|
|
@3591
|
21 years |
desonia |
changed the includes to not use pslib.h.
|
|
|
|
@3571
|
21 years |
asc |
bugfixes and tweaks: do not blindly convert MySQL datatypes to psLib …
|
|
|
|
@3567
|
21 years |
asc |
bugfix, return type is long* !
|
|
|
|
@3563
|
21 years |
asc |
bugfix
|
|
|
|
@3560
|
21 years |
asc |
bugfixes and tweaks
|
|
|
|
@3554
|
21 years |
desonia |
* empty log message *
|
|
|
|
@3553
|
21 years |
desonia |
* empty log message *
|
|
|
|