DBD-Sprite

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Fix bug that caused question marks in bound parameter values to be 
	  treated as additional parameters.
0.16  Thu Dec 21, 2000
	- Fixed bug which would not allow lower-case versions of the "AND" and 
	  "OR" operators.  Also made field-names used as right-values return 
	  the appropriate value they represent rather than just a literal 
	  string of the field name, ie. "update table set FIELD1 = FIELD2" 
	  should now work properly instead of setting FIELD1 to "FIELD2" in 
	  every record of "table".
0.17  Fri Mar 09, 2001
	- Fixed bug where types not returned for cursor after update, 
	  Fixed bug where table names not returned if space appeared after 
	  "table_name"?
	- Fixed bug in "makesdb.pl" -- was encrypting wrong argument.
0.18  Wed Mar 13, 2001
	- Changed comparisens of literal data with "CHAR" fields to first 
	  pad the literal with appropriate spaces so that eqality tests would 
	  pass (to work like Oracle and the way DBIx-Recordset expects).
	  Also added new option "Sprite_StrictCharComp" to force the old behavior.
	- Fixed bug that occasionally inserted a "0" instead of "" in numeric 
	  fields when inserting NULL.  To get the proper "old" behavior, 

DBDSprite.htm  view on Meta::CPAN

		<BR>- Fix bug that caused question marks in bound parameter values to be 
		  treated as additional parameters.
	<LI>0.16  Thu Dec 21, 2000
		<BR>- Fixed bug which would not allow lower-case versions of the &quot;AND&quot; and 
		  &quot;OR&quot; operators.  Also made field-names used as right-values return 
		  the appropriate value they represent rather than just a literal 
		  string of the field name, ie. &quot;update table set FIELD1 = FIELD2&quot; 
		  should now work properly instead of setting FIELD1 to &quot;FIELD2&quot; in 
		  every record of &quot;table&quot;.
	<LI>0.17  Fri Mar 09, 2001
		<BR>- Fixed bug where types not returned for cursor after update, 
		  Fixed bug where table names not returned if space appeared after 
		  &quot;table_name&quot;?
		<BR>- Fixed bug in &quot;makesdb.pl&quot; -<BR>- was encrypting wrong argument.
	<LI>0.18  Wed Mar 13, 2001
		<BR>- Changed comparisens of literal data with &quot;CHAR&quot; fields to first 
		  pad the literal with appropriate spaces so that eqality tests would 
		  pass (to work like Oracle and the way DBIx-Recordset expects).
		  Also added new option &quot;sprite_StrictCharComp&quot; to force the old behavior.
		<BR>- Fixed bug that occasionally inserted a &quot;0&quot; instead of &quot;&quot; in numeric 
		  fields when inserting NULL.  To get the proper &quot;old&quot; behavior, 



( run in 0.266 second using v1.01-cache-2.11-cpan-4d50c553e7e )