[phplib-dev] cvs commit From: ssilk (phplib-dev <email protected>)
Date: 07/23/00

From: ssilk
Date: Mon Jul 24 03:49:09 2000
Modified files:
      php-lib/CHANGES

Log message:

Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.183 php-lib/CHANGES:1.184
--- php-lib/CHANGES:1.183 Mon Jul 17 16:56:10 2000
+++ php-lib/CHANGES Mon Jul 24 03:48:38 2000
@@ -1,4 +1,27 @@
-$Id: CHANGES,v 1.183 2000/07/17 14:56:10 kir Exp $
+$Id: CHANGES,v 1.184 2000/07/24 01:48:38 ssilk Exp $
+
+24-Jul-2000
+ query_sql.inc:
+ - Made query_sql compatible with "all warnings turned on", found many
+ places, where I assume an unset value or other things like that, tested
+ with PHP4
+
+ - new feature: Adding a dot "." to the table-name or set
+ $special[tableprefix].
+ This will make query_sql to add the table name to every column name
+ (eg "table.column"). This feature is included in every function,
+ but makes only sense one some functions (where_clause() etc).
+ - New function table_quote() which is an abreviation for you to generate
+ very special query-parts (e.g. WHERE a BETWEEN 1 and 2)
+ - New function uniform_add_where() which will remve the "WHERE" from a
+ where-clause
+ - Add new feature that will enable you to create simp_where_clause() either
+ with a string or via array.
+ - Tested with very strange constellations and very, very, very big
+ queries (resulting query is sometimes more than 10 kb with over 400
+ different expressions (btw: mysql is also astonishing stable)). I think
+ the function where_Clause() can be called "stable".
+ db_sql.inc: Made some beautifying in code.
 
 17-Jul-2000 kir
   - db_oracle.inc sets Error variables correctly after unsuccessful connect.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>