summaryrefslogtreecommitdiff
path: root/BitDbBase.php
AgeCommit message (Expand)AuthorFilesLines
2008-04-28add BIT_MAX_RECORDSChristian Fowler1-1/+2
2007-11-05add SQLTimestampToInt methodChristian Fowler1-1/+30
2007-10-03bug: 1774639: add mysqli rand functionMax Kremmel1-1/+2
2007-06-15use a preg_replace instead of trim for better controlMax Kremmel1-4/+4
2007-06-08add getDatabaseVersion method to return nice hash containing all info about c...Christian Fowler1-2/+19
2007-05-07remove commented debugChristian Fowler1-2/+1
2007-05-05indentation analnessChristian Fowler1-12/+12
2007-03-16trim $query to avoid leading and trailing whitespace problemsMax Kremmel1-1/+2
2007-02-28move default icon style define to config_defaults, rename num_queries gNumQue...Max Kremmel1-4/+8
2007-02-15Fix concatenation problems with mysqlAndy Stanford1-1/+4
2007-01-06fix pass-by-referenceChristian Fowler1-3/+3
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-62/+74
2007-01-05Don't try to build an ORDER BY from an empty sort_mode, update inline docs an...Max Kremmel1-76/+90
2006-12-28return actual result for associate functionsChristian Fowler1-1/+5
2006-11-01Process now() to NOW in module initilaizationLester Caine1-1/+19
2006-11-01Use UTC time stamps when processing Firebird data in commerceLester Caine1-3/+3
2006-10-23Correct hard coded SQL from commerce for firebirdLester Caine1-1/+5
2006-10-21NOW corrected for current schema (Firebird)Lester Caine1-2/+2
2006-09-17code maintenanceMax Kremmel1-17/+13
2006-09-10add expression support to associateUpdate function - needed for stars updatesJams H Thompson1-2/+12
2006-08-16Improve SQL performance and add liberty_content_hits tableJams H Thompson1-1/+35
2006-07-04keep global names consistent - fix use of gBitDbCaseSensitivityMax Kremmel1-3/+3
2006-06-30fix annoying site_upload_dir bug, also make changes so that temp/ dir can be ...Christian Fowler1-5/+5
2006-06-03Add total DB query time display to server statsJams H Thompson1-8/+13
2006-05-03make user_ sort_mode conversion more specificMax Kremmel1-2/+2
2006-05-02add the possibility to assign an array as a list for sort criteria to sort_mo...Sylvie Greverend1-2/+16
2006-03-20cleanup, genericize ADODB like debug output, add timing infoChristian Fowler1-14/+23
2006-03-14Added optional argument to GenID() to allow for sequences that don't start wi...Wakeworks1-2/+2
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-3/+3
2006-02-20*always* make oracle case insensitivebitweaver.org1-2/+16
2006-02-18Move firebird into caseSensitive selectionLester Caine1-5/+3
2006-02-17change SQL reserved word 'rows' to 'module_rows', clean up codeChristian Fowler1-2/+3
2006-02-17change SQL reserved word 'rows' to 'module_rows'Christian Fowler1-1/+10
2006-02-11Can't remove quotes in Firebird because of use of reserved wordsLester Caine1-2/+4
2006-02-10add gShellScript handling to deal with scripts not run from browsersChristian Fowler1-5/+20
2006-02-08major change of BitDbBase::associateUpdate method - it now takes a simpler ar...Christian Fowler1-2/+2
2006-02-08Correct ALL COPIES of key array in associateUpdateLester Caine1-2/+2
2006-02-08Correct key array in associateUpdateLester Caine1-2/+2
2006-02-08Allow multiple key entries for associateUpdate - probably need to update asso...Lester Caine1-3/+5
2006-02-07finish move of content versioning to liberty_content - had to move version co...Christian Fowler1-10/+10
2006-02-05add Execute function compatibity back for bitcommerceChristian Fowler1-2/+2
2006-02-01detikify libertyMax Kremmel1-4/+4
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh pack...bitweaver.org1-2/+2
2006-01-31improve interoperability for Pear and ADODB to exist simultaneously as differ...pre_table_detikificationChristian Fowler1-13/+4
2006-01-25Added uspport for multiple database backend support. This necessitates remova...Christian Fowler1-0/+865