2011-04-03 10:22 lukasfeiler * package.xml: getting ready for v1.7.2 2011-04-02 21:25 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented new prefix features 2011-04-02 21:23 lukasfeiler * tests/XML_Query2XML/AllDBLayers/registerPrefix/Year2UnixTime.php, tests/XML_Query2XML/AllDBLayers/registerPrefix/registerPrefix2.phpt: second registerPrefix() unit test 2011-04-02 21:22 lukasfeiler * tests/XML_Query2XML/AllDBLayers/registerPrefix/registerPrefix.phpt: using prefix that has a strlen() of 1 even if UTF-8 is used 2011-04-02 18:06 lukasfeiler * tests/XML_Query2XML/AllDBLayers/registerPrefix, tests/XML_Query2XML/AllDBLayers/registerPrefix/registerPrefix.phpt, tests/XML_Query2XML/AllDBLayers/unregisterAllPrefixes, tests/XML_Query2XML/AllDBLayers/unregisterAllPrefixes/unregisterAllPrefixes.phpt, tests/XML_Query2XML/AllDBLayers/unregisterAllPrefixes/unregisterAllPrefixes2.phpt, tests/XML_Query2XML/AllDBLayers/unregisterPrefix, tests/XML_Query2XML/AllDBLayers/unregisterPrefix/unregisterPrefix.phpt: unit tests for the new registerPrefix(), unregisterPrefix(), and unregisterAllPrefixes() methods 2011-04-02 17:38 lukasfeiler * XML/Query2XML/Data/Condition.php, XML/Query2XML/Data/Processor.php, XML/Query2XML/Data/Source.php: to allow people to write their own prefix classes, these abstract classes need to be public 2011-04-02 17:36 lukasfeiler * XML/Query2XML.php: prefixes can not be registered and unregistered using registerPrefix(), unregisterPrefix(), and unregisterAllPrefixes() 2010-10-25 12:23 clockwerx * package.xml: Updated package.xml 2010-08-22 14:37 lukasfeiler * tests/XML_Query2XML/LDAP/getXML/throwLDAPException_queryError.phpt: exception message produced by Net_LDAP2 has changed; accordingly, we will no longer rely on the exact wording 2010-08-22 14:34 lukasfeiler * XML/Query2XML/ISO9075Mapper.php: making sure that get_class is only passed objects 2010-08-20 23:53 clockwerx * XML/Query2XML.php, XML/Query2XML/Data/Source/PHPCallback.php, tests/XML_Query2XML/AllDBLayers/PDO_db_init.php, tests/XML_Query2XML/AllDBLayers/PDO_skipif.php, tests/XML_Query2XML/settings.php: Bug #17724 Patch: Avoid deprecated functions 2009-07-13 12:15 gwynne * cases/case01/case01.xml, cases/case02/case02.xml, cases/case03/case03.xml, cases/case04/case04.xml, cases/case05/case05.xml, cases/case06/case06.xml, cases/case07/case07.xml, cases/case08/case08.xml, package.xml, tests/XML_Query2XML/checkTestNames.sh, tests/XML_Query2XML/diffTests.sh, tests/XML_Query2XML/diffTests_MDB2Master.sh, tests/XML_Query2XML/syncTests.sh, tests/XML_Query2XML/syncTests_MDB2Master.sh, tests/testCases.sh: fix a huge number of wrong MIME types. UGH. 2009-03-08 14:32 lukasfeiler * RELEASES, package.xml: getting ready for 1.7.1 2009-03-01 13:19 lukasfeiler * ChangeLog: updated ChangeLog 2009-03-01 13:18 lukasfeiler * RELEASES, package.xml: getting ready for 1.7.1RC1 2009-03-01 13:17 lukasfeiler * XML/Query2XML.php, XML/Query2XML/Callback.php, XML/Query2XML/Data.php, XML/Query2XML/Data/Condition.php, XML/Query2XML/Data/Processor.php, XML/Query2XML/Data/Processor/Base64.php, XML/Query2XML/Data/Processor/CDATA.php, XML/Query2XML/Data/Processor/Unserialize.php, XML/Query2XML/Data/Source/ColumnValue.php, XML/Query2XML/Data/Source/PHPCallback.php, XML/Query2XML/Data/Source/Static.php, XML/Query2XML/Data/Source/XPath.php, XML/Query2XML/Driver/ADOdb.php, XML/Query2XML/Driver/DB.php, XML/Query2XML/Driver/PDO.php: CS fixes 2009-03-01 13:02 lukasfeiler * tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt: unit tests modified to look for new error messages 2009-03-01 12:59 lukasfeiler * XML/Query2XML/Data.php: new setConfigPath() and getConfigPath() methods 2009-03-01 12:58 lukasfeiler * XML/Query2XML/Data/Condition/NonEmpty.php, XML/Query2XML/Data/Processor.php, XML/Query2XML/Data/Processor/Base64.php, XML/Query2XML/Data/Processor/CDATA.php, XML/Query2XML/Data/Processor/Unserialize.php, XML/Query2XML/Data/Source.php, XML/Query2XML/Data/Source/Static.php: fixing bugs: now using getConfigPath(); omitting argument type definition to allow for null values to be passed to create() 2009-03-01 12:56 lukasfeiler * XML/Query2XML/Callback.php: removed old private/internal interfaces 2009-03-01 12:53 lukasfeiler * XML/Query2XML.php: limiting exposure of internal API 2009-03-01 10:43 lukasfeiler * XML/Query2XML/Data/Condition.php, XML/Query2XML/Data/Condition/NonEmpty.php, XML/Query2XML/Data/Processor.php, XML/Query2XML/Data/Processor/Base64.php, XML/Query2XML/Data/Processor/CDATA.php, XML/Query2XML/Data/Processor/Unserialize.php, XML/Query2XML/Data/Source.php, XML/Query2XML/Data/Source/ColumnValue.php, XML/Query2XML/Data/Source/PHPCallback.php, XML/Query2XML/Data/Source/Static.php, XML/Query2XML/Data/Source/XPath.php, XML/Query2XML/Driver/Caching.php: re-factoring of internal API 2009-03-01 10:35 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: fixed typo 2009-02-27 20:07 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: moved section on output caching 2009-02-27 14:58 lukasfeiler * package.xml: included new classes 2009-02-27 14:55 lukasfeiler * tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwXMLException_unserialize.phpt: excpetion message now provides additional information 2009-02-27 14:54 lukasfeiler * XML/Query2XML.php, XML/Query2XML/Command, XML/Query2XML/Data, XML/Query2XML/Data.php, XML/Query2XML/Data/Condition, XML/Query2XML/Data/Condition.php, XML/Query2XML/Data/Condition/NonEmpty.php, XML/Query2XML/Data/Processor, XML/Query2XML/Data/Processor.php, XML/Query2XML/Data/Processor/Base64.php, XML/Query2XML/Data/Processor/CDATA.php, XML/Query2XML/Data/Processor/Unserialize.php, XML/Query2XML/Data/Source, XML/Query2XML/Data/Source.php, XML/Query2XML/Data/Source/ColumnValue.php, XML/Query2XML/Data/Source/PHPCallback.php, XML/Query2XML/Data/Source/Static.php, XML/Query2XML/Data/Source/XPath.php: refactoring of internal classes 2009-02-26 22:53 lukasfeiler * tests/XML_Query2XML/AllDBLayers/enableDebugLog/enableDebugLog_cached.phpt, tests/XML_Query2XML/AllDBLayers/enableDebugLog/enableDebugLog_uncached.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_different_drivers.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_limit.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_limits.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_multiple_queries.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_offset.phpt: modified unit tests for new Cashing driver 2008-05-10 21:04 lukasfeiler * XML/Query2XML/Driver/Array.php: new Array driver 2008-05-10 21:03 lukasfeiler * XML/Query2XML/Command/XPath.php: new DOMXPath command class 2008-05-10 21:02 lukasfeiler * XML/Query2XML.php: more flexible prefix implementation 2008-05-09 20:54 lukasfeiler * XML/Query2XML/Driver/ADOdb.php, XML/Query2XML/Driver/Caching.php, XML/Query2XML/Driver/DB.php, XML/Query2XML/Driver/LDAP.php, XML/Query2XML/Driver/LDAP2.php, XML/Query2XML/Driver/MDB2.php, XML/Query2XML/Driver/PDO.php: all driver classes are public now 2008-05-09 20:50 lukasfeiler * XML/Query2XML.php, XML/Query2XML/Driver/Caching.php: caching is now implemented in a separate driver 2008-05-02 17:47 lukasfeiler * ChangeLog: ChangeLog updated 2008-05-02 17:47 lukasfeiler * RELEASES, package.xml: getting ready for 1.7.0 2008-04-21 13:15 lukasfeiler * ChangeLog: ChangeLog updated 2008-04-21 13:14 lukasfeiler * package.xml: ready for 1.7.0RC1 2008-04-21 13:12 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: added references to new Net_LDAP2 driver 2008-04-21 08:11 lukasfeiler * INSTALL, RELEASES, package.xml: getting ready for 1.7.0RC1 2008-04-21 08:08 lukasfeiler * tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_offset.phpt: adjusted to make unit test work with PostgreSQL 2008-04-19 18:36 lukasfeiler * XML/Query2XML/Driver/DB.php: CS fix 2008-04-19 11:26 lukasfeiler * tests/XML_Query2XML/settings.php: PHP_PEAR_XML_QUERY2XML_TEST_LDAPCONFIG can now be used to set the LDAP connection information 2008-04-19 11:26 lukasfeiler * XML/Query2XML/Driver/LDAP2.php, tests/XML_Query2XML/LDAP/getXML/throwLDAPException_queryError.phpt: exception for Net_LDAP2 driver is XML_Query2XML_LDAP2Exception 2008-04-19 09:36 lukasfeiler * README, package.xml: preparing for 1.7.0RC1 2008-04-18 23:56 lukasfeiler * tests/XML_Query2XML/NoDBLayer/factory/throwConfigException.phpt: corrected exception message 2008-04-18 23:52 lukasfeiler * tests/XML_Query2XML/LDAP/XML_Query2XML_Driver_LDAP-preprocessQuery/regularOperation.phpt, tests/XML_Query2XML/LDAP/getXML/throwLDAPException_queryError.phpt, tests/XML_Query2XML/LDAP/ldap_init.php, tests/XML_Query2XML/LDAP/skipif.php: the environment variable PHP_PEAR_XML_QUERY2XML_TEST_LDAPLAYER can be use to run these tests with Net_LDAP2 instead of Net_LDAP 2008-04-18 23:50 lukasfeiler * tests/XML_Query2XML/AllDBLayers, tests/XML_Query2XML/AllDBLayers/ADOdbDefault_db_init.php, tests/XML_Query2XML/AllDBLayers/ADOdbDefault_skipif.php, tests/XML_Query2XML/AllDBLayers/ADOdbException_db_init.php, tests/XML_Query2XML/AllDBLayers/ADOdbException_skipif.php, tests/XML_Query2XML/AllDBLayers/ADOdbPEAR_db_init.php, tests/XML_Query2XML/AllDBLayers/ADOdbPEAR_skipif.php, tests/XML_Query2XML/AllDBLayers/DB_db_init.php, tests/XML_Query2XML/AllDBLayers/DB_skipif.php, tests/XML_Query2XML/AllDBLayers/MDB2_db_init.php, tests/XML_Query2XML/AllDBLayers/MDB2_skipif.php, tests/XML_Query2XML/AllDBLayers/PDO_db_init.php, tests/XML_Query2XML/AllDBLayers/PDO_skipif.php, tests/XML_Query2XML/AllDBLayers/_addDOMChildren, tests/XML_Query2XML/AllDBLayers/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/AllDBLayers/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/AllDBLayers/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/AllDBLayers/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/AllDBLayers/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/AllDBLayers/_appendTextChildNode, tests/XML_Query2XML/AllDBLayers/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/AllDBLayers/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/AllDBLayers/_applySqlOptionsToRecord, tests/XML_Query2XML/AllDBLayers/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/AllDBLayers/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/AllDBLayers/_createDOMElement, tests/XML_Query2XML/AllDBLayers/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/AllDBLayers/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/AllDBLayers/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/AllDBLayers/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/AllDBLayers/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder, tests/XML_Query2XML/AllDBLayers/_executeEncoder/basics.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_default.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/AllDBLayers/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/AllDBLayers/_getNestedXMLRecord, tests/XML_Query2XML/AllDBLayers/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/AllDBLayers/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/AllDBLayers/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/AllDBLayers/_mapSQLIdentifierToXMLName, tests/XML_Query2XML/AllDBLayers/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/AllDBLayers/_prepareAndExecute, tests/XML_Query2XML/AllDBLayers/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/AllDBLayers/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_callbackInterface_noArrayKey.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_prefix_noArrayKey.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/AllDBLayers/_preprocessOptions/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/AllDBLayers/_processComplexElementSpecification, tests/XML_Query2XML/AllDBLayers/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/AllDBLayers/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/AllDBLayers/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/AllDBLayers/_setDOMAttribute, tests/XML_Query2XML/AllDBLayers/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/AllDBLayers/clearProfile, tests/XML_Query2XML/AllDBLayers/clearProfile/clearProfile.phpt, tests/XML_Query2XML/AllDBLayers/db_init.php, tests/XML_Query2XML/AllDBLayers/disableDebugLog, tests/XML_Query2XML/AllDBLayers/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/AllDBLayers/enableDebugLog, tests/XML_Query2XML/AllDBLayers/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/AllDBLayers/enableDebugLog/enableDebugLog_cached.phpt, tests/XML_Query2XML/AllDBLayers/enableDebugLog/enableDebugLog_twoVars.phpt, tests/XML_Query2XML/AllDBLayers/enableDebugLog/enableDebugLog_uncached.phpt, tests/XML_Query2XML/AllDBLayers/getFlatXML, tests/XML_Query2XML/AllDBLayers/getFlatXML/case01.phpt, tests/XML_Query2XML/AllDBLayers/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/AllDBLayers/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/AllDBLayers/getGlobalOption, tests/XML_Query2XML/AllDBLayers/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/AllDBLayers/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/AllDBLayers/getProfile, tests/XML_Query2XML/AllDBLayers/getProfile/getProfile.phpt, tests/XML_Query2XML/AllDBLayers/getRawProfile, tests/XML_Query2XML/AllDBLayers/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/AllDBLayers/getXML, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/AllDBLayers/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/AllDBLayers/getXML/base64Prefix_callback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/base64Prefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/AllDBLayers/getXML/base64Prefix_columnName.phpt, tests/XML_Query2XML/AllDBLayers/getXML/base64Prefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/AllDBLayers/getXML/base64Prefix_staticString.phpt, tests/XML_Query2XML/AllDBLayers/getXML/base64Prefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_different_drivers.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_limit.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_limits.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_multiple_queries.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_cached_offset.phpt, tests/XML_Query2XML/AllDBLayers/getXML/caching_uncached.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/AllDBLayers/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/AllDBLayers/getXML/case02.phpt, tests/XML_Query2XML/AllDBLayers/getXML/case03.phpt, tests/XML_Query2XML/AllDBLayers/getXML/case04.phpt, tests/XML_Query2XML/AllDBLayers/getXML/case05.phpt, tests/XML_Query2XML/AllDBLayers/getXML/case06.phpt, tests/XML_Query2XML/AllDBLayers/getXML/case07.phpt, tests/XML_Query2XML/AllDBLayers/getXML/case08.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_base64Prefix.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_callback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_columnName.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_emptyCdata.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_staticString.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/AllDBLayers/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/AllDBLayers/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/AllDBLayers/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/AllDBLayers/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/AllDBLayers/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/AllDBLayers/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/AllDBLayers/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/AllDBLayers/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/AllDBLayers/getXML/dynamicRowTag_callback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/dynamicRowTag_columnName.phpt, tests/XML_Query2XML/AllDBLayers/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt, tests/XML_Query2XML/AllDBLayers/getXML/dynamicRowTag_columnName_onRootLevel.phpt, tests/XML_Query2XML/AllDBLayers/getXML/dynamicRowTag_commandObject.phpt, tests/XML_Query2XML/AllDBLayers/getXML/dynamicRowTag_staticString.phpt, tests/XML_Query2XML/AllDBLayers/getXML/idcolumn_false1.phpt, tests/XML_Query2XML/AllDBLayers/getXML/idcolumn_false2.phpt, tests/XML_Query2XML/AllDBLayers/getXML/offsetlimit.phpt, tests/XML_Query2XML/AllDBLayers/getXML/offsetlimit_driver.phpt, tests/XML_Query2XML/AllDBLayers/getXML/offsetlimit_limit_zero.phpt, tests/XML_Query2XML/AllDBLayers/getXML/offsetlimit_throwConfigException_limit_not_numeric.phpt, tests/XML_Query2XML/AllDBLayers/getXML/offsetlimit_throwConfigException_offset_not_numeric.phpt, tests/XML_Query2XML/AllDBLayers/getXML/sql_argument_false1.phpt, tests/XML_Query2XML/AllDBLayers/getXML/sql_argument_false2.phpt, tests/XML_Query2XML/AllDBLayers/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/AllDBLayers/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/AllDBLayers/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/AllDBLayers/getXML/sql_options_single_record_uncached.phpt, tests/XML_Query2XML/AllDBLayers/getXML/throwDBException.phpt, tests/XML_Query2XML/AllDBLayers/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt, tests/XML_Query2XML/AllDBLayers/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt, tests/XML_Query2XML/AllDBLayers/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt, tests/XML_Query2XML/AllDBLayers/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/AllDBLayers/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/AllDBLayers/setGlobalOption, tests/XML_Query2XML/AllDBLayers/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/AllDBLayers/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/AllDBLayers/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/AllDBLayers/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/AllDBLayers/skipif.php, tests/XML_Query2XML/AllDBLayers/startProfiling, tests/XML_Query2XML/AllDBLayers/startProfiling/startProfiling.phpt, tests/XML_Query2XML/AllDBLayers/stopProfiling, tests/XML_Query2XML/AllDBLayers/stopProfiling/stopProfiling.phpt: consolidated unit tests for all database abstraction layers 2008-04-18 23:10 lukasfeiler * tests/XML_Query2XML/ADOdbDefault, tests/XML_Query2XML/ADOdbException, tests/XML_Query2XML/ADOdbPEAR, tests/XML_Query2XML/DB, tests/XML_Query2XML/MDB2, tests/XML_Query2XML/PDO: consolidating unit tests 2008-04-18 21:26 lukasfeiler * cases/case02/case02.log, cases/case02/case02.profile, cases/case03/case03.log, cases/case03/case03.profile, cases/case04/case04.log, cases/case04/case04.profile, cases/case05/case05.log, cases/case05/case05.profile, cases/case06/case06.log, cases/case06/case06.profile, cases/case07/case07.log, cases/case07/case07.profile, cases/case08/case08.log, cases/case08/case08.profile: improved logging: now also includes the values with which a prepared statement gets executed 2008-04-18 21:23 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented $sql['limit'] & $sql['offset'] 2008-04-18 19:01 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: - new section on Implementing 1:N and N:N relationships - case*.log corrected 2008-04-18 18:10 lukasfeiler * XML/Query2XML.php, XML/Query2XML/Driver/LDAP2.php: new driver for Net_LDAP2 2008-04-18 17:48 lukasfeiler * XML/Query2XML/Driver/DB.php, XML/Query2XML/Driver/MDB2.php: implemented $sql["offset"] and $sql["limit"] 2008-04-18 17:40 lukasfeiler * XML/Query2XML.php: - $sql['data'] can now also be an associative array - now also logging the variables with which a prepared statement is executed - support for new Net_LDAP2 driver: XML_Query2XML_Driver_LDAP2 - clarified API docs for XML_Query2XML_Driver::preprocessQuery(): return value will only be used for profiling purposes 2008-01-06 21:26 lukasfeiler * XML/Query2XML.php: prevent fatal error by throwing an exception if a simple element specification uses prefixes - or directly an XML_Query2XML_Callback - but does not use an explicit array key in the specification 2008-01-06 10:12 lukasfeiler * ChangeLog: ChangeLog updated 2008-01-06 10:04 lukasfeiler * RELEASES, package.xml: getting ready for 1.6.0 2008-01-02 16:01 lukasfeiler * ChangeLog: ChangeLog updated 2008-01-02 15:57 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documenting $options["sql"]["driver"] under $options["sql"]; removing the distinction between complex and simple LDAP queries 2008-01-02 15:54 lukasfeiler * tests/XML_Query2XML/LDAP/getXML/throwLDAPException_queryError.phpt: incorrect LDAP query 2008-01-02 15:54 lukasfeiler * tests/XML_Query2XML/LDAP/XML_Query2XML_Driver_LDAP-preprocessQuery/throwConfigException_queryNotAnArray.phpt: more readable test data 2008-01-02 15:52 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbDefault/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbException/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbException/getXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbPEAR/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/throwDBException.phpt, tests/XML_Query2XML/DB/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/DB/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/DB/getXML/throwDBException.phpt, tests/XML_Query2XML/MDB2/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/MDB2/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/MDB2/getXML/throwDBException.phpt, tests/XML_Query2XML/PDO/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/PDO/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/PDO/getXML/throwDBException.phpt: ignoring whether failed during prepare or execute 2008-01-02 15:51 lukasfeiler * tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt: unit tests for 'driver' option 2008-01-02 15:47 lukasfeiler * tests/XML_Query2XML/settings.php: LDAP config 2008-01-02 15:46 lukasfeiler * XML/Query2XML/Driver/LDAP.php: CS fixes and references to unit tests 2008-01-02 15:44 lukasfeiler * XML/Query2XML.php: CS fix 2008-01-02 15:42 lukasfeiler * INSTALL, README, RELEASES, package.xml: getting ready for 1.6.0RC1 2007-12-29 19:47 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: - new section describing integration with Cache_Lite - LDAP driver documentation - how to write your own driver - documentation of $options['sql']['driver'] and how to use multiple drivers - additional notes regarding the case studies - correction of copyright notice; not a work made for hire under Title 17 U.S.C ยง 101(1) or (2) 2007-12-03 03:44 lukasfeiler * XML/Query2XML.php: fixed documentation Bug #12568 2007-11-25 02:37 lukasfeiler * XML/Query2XML/Driver/LDAP.php: CS 2007-11-25 02:36 lukasfeiler * tests/XML_Query2XML/LDAP/XML_Query2XML_Driver_LDAP-preprocessQuery, tests/XML_Query2XML/LDAP/XML_Query2XML_Driver_LDAP-preprocessQuery/regularOperation.phpt, tests/XML_Query2XML/LDAP/XML_Query2XML_Driver_LDAP-preprocessQuery/throwConfigException_queryNotAnArray.phpt, tests/XML_Query2XML/LDAP/getXML, tests/XML_Query2XML/LDAP/getXML/complexElementSpecification_multiValueLDAPAttributes.phpt, tests/XML_Query2XML/LDAP/getXML/placeholders.phpt, tests/XML_Query2XML/LDAP/getXML/placeholders_alternative.phpt, tests/XML_Query2XML/LDAP/getXML/placeholders_alternative_multichar.phpt, tests/XML_Query2XML/LDAP/getXML/simpleElementSpecification.phpt, tests/XML_Query2XML/LDAP/getXML/simpleElementSpecification_optionalLDAPAttributes.phpt: LDAP tests 2007-11-25 02:34 lukasfeiler * tests/XML_Query2XML/LDAP, tests/XML_Query2XML/LDAP/ldap_init.php, tests/XML_Query2XML/LDAP/skipif.php: ldap init and skipif 2007-11-24 18:13 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_driverOptionWrongType.phpt: unit tests for data type of [sql][driver] option 2007-11-23 20:29 lukasfeiler * XML/Query2XML.php: keeping cached queries separate for each driver 2007-11-19 03:52 lukasfeiler * tests/XML_Query2XML/NoDBLayer/factory/throwConfigException.phpt, tests/XML_Query2XML/NoDBLayer/factory/throwDBException.phpt: changed exceptions messages due to new Net_LDAP driver 2007-11-19 02:24 lukasfeiler * XML/Query2XML/Driver/LDAP.php: Net_LDAP driver 2007-11-19 01:43 lukasfeiler * XML/Query2XML/Command/Base64.php, XML/Query2XML/Command/CDATA.php, XML/Query2XML/Command/Chain.php, XML/Query2XML/Command/ColumnValue.php, XML/Query2XML/Command/NonEmpty.php, XML/Query2XML/Command/PHPCallback.php, XML/Query2XML/Command/Static.php, XML/Query2XML/Command/Unserialize.php: CS fixes 2007-11-19 01:36 lukasfeiler * XML/Query2XML/Callback.php, XML/Query2XML/Driver/ADOdb.php, XML/Query2XML/Driver/DB.php, XML/Query2XML/Driver/MDB2.php, XML/Query2XML/Driver/PDO.php, XML/Query2XML/ISO9075Mapper.php: CS fixes 2007-11-19 01:04 lukasfeiler * XML/Query2XML.php: CS fixes 2007-11-10 00:09 lukasfeiler * XML/Query2XML.php: - $options['query'] now is an alias for $options['sql'] - XML_Query2XML::factory() now also accepts an instance of XML_Query2XML_Driver as an argument - $options['sql']['driver'] now allows for providing a different driver than the one passed to XML_Query2XML::factory() - XML_Query2XML_DBException now extends the more general XML_Query2XML_DriverException - XML_Query2XML_Driver is now a public class - its factory() method can be used to instantiate the driver classes that come with XML_Query2XML 2007-10-07 19:19 lukasfeiler * RELEASES: 1.5.0 documented 2007-10-07 17:56 lukasfeiler * ChangeLog: ChangeLog updated 2007-10-07 17:54 lukasfeiler * package.xml: getting ready for 1.5.0 2007-09-30 17:29 lukasfeiler * ChangeLog, README, RELEASES, package.xml: getting ready for 1.5.0RC1 2007-09-30 17:07 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbDefault/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbDefault/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/ADOdbDefault/enableDebugLog/enableDebugLog_cached.phpt, tests/XML_Query2XML/ADOdbDefault/enableDebugLog/enableDebugLog_uncached.phpt, tests/XML_Query2XML/ADOdbDefault/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbDefault/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case03.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case07.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/ADOdbDefault/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbDefault/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/ADOdbException/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbException/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbException/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/ADOdbException/enableDebugLog/enableDebugLog_cached.phpt, tests/XML_Query2XML/ADOdbException/enableDebugLog/enableDebugLog_uncached.phpt, tests/XML_Query2XML/ADOdbException/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbException/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbException/getXML/case03.phpt, tests/XML_Query2XML/ADOdbException/getXML/case04.phpt, tests/XML_Query2XML/ADOdbException/getXML/case07.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/ADOdbException/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbException/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/ADOdbPEAR/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbPEAR/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/ADOdbPEAR/enableDebugLog/enableDebugLog_cached.phpt, tests/XML_Query2XML/ADOdbPEAR/enableDebugLog/enableDebugLog_uncached.phpt, tests/XML_Query2XML/ADOdbPEAR/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case03.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case07.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/ADOdbPEAR/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbPEAR/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/DB/clearProfile/clearProfile.phpt, tests/XML_Query2XML/DB/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/DB/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/DB/enableDebugLog/enableDebugLog_cached.phpt, tests/XML_Query2XML/DB/enableDebugLog/enableDebugLog_uncached.phpt, tests/XML_Query2XML/DB/getProfile/getProfile.phpt, tests/XML_Query2XML/DB/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/DB/getXML/case03.phpt, tests/XML_Query2XML/DB/getXML/case04.phpt, tests/XML_Query2XML/DB/getXML/case07.phpt, tests/XML_Query2XML/DB/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/DB/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/DB/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/DB/startProfiling/startProfiling.phpt, tests/XML_Query2XML/DB/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/MDB2/clearProfile/clearProfile.phpt, tests/XML_Query2XML/MDB2/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/MDB2/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/MDB2/enableDebugLog/enableDebugLog_cached.phpt, tests/XML_Query2XML/MDB2/enableDebugLog/enableDebugLog_uncached.phpt, tests/XML_Query2XML/MDB2/getProfile/getProfile.phpt, tests/XML_Query2XML/MDB2/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/MDB2/getXML/case03.phpt, tests/XML_Query2XML/MDB2/getXML/case04.phpt, tests/XML_Query2XML/MDB2/getXML/case07.phpt, tests/XML_Query2XML/MDB2/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/MDB2/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/MDB2/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/MDB2/startProfiling/startProfiling.phpt, tests/XML_Query2XML/MDB2/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/PDO/clearProfile/clearProfile.phpt, tests/XML_Query2XML/PDO/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/PDO/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/PDO/enableDebugLog/enableDebugLog_cached.phpt, tests/XML_Query2XML/PDO/enableDebugLog/enableDebugLog_uncached.phpt, tests/XML_Query2XML/PDO/getProfile/getProfile.phpt, tests/XML_Query2XML/PDO/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/PDO/getXML/case03.phpt, tests/XML_Query2XML/PDO/getXML/case04.phpt, tests/XML_Query2XML/PDO/getXML/case07.phpt, tests/XML_Query2XML/PDO/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/PDO/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/PDO/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/PDO/startProfiling/startProfiling.phpt, tests/XML_Query2XML/PDO/stopProfiling/stopProfiling.phpt: $options["sql_options"]["uncached"] not used anymore 2007-09-30 07:00 lukasfeiler * INSTALL, README, RELEASES, package.xml: getting ready for 1.5.0RC1 2007-09-30 06:58 lukasfeiler * tests/XML_Query2XML/PDO/db_init.php, tests/XML_Query2XML/PDO/skipif.php: make this work on linux 2007-09-30 06:47 lukasfeiler * XML/Query2XML.php: pre-processing of $options; new driver architecture 2007-09-30 06:46 lukasfeiler * XML/Query2XML/Callback.php: new (for now private) command interfacese 2007-09-30 05:32 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: extended description of test cases 2007-09-29 23:45 lukasfeiler * cases/case02/case02_debug.php, cases/case03/case03.php, cases/case03/case03_debug.php, cases/case04/case04.php, cases/case04/case04_debug.php, cases/case05/case05_debug.php, cases/case06/case06_debug.php, cases/case07/case07.php, cases/case07/case07_debug.php, cases/case08/case08_debug.php: caching is now turned off by default; cases now E_STRICT 2007-09-29 23:26 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/sql_options_single_record_uncached.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_options_single_record_uncached.phpt, tests/XML_Query2XML/ADOdbException/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt, tests/XML_Query2XML/ADOdbException/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt, tests/XML_Query2XML/ADOdbException/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt, tests/XML_Query2XML/ADOdbException/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_options_single_record_uncached.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt, tests/XML_Query2XML/DB/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/DB/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/DB/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/DB/getXML/sql_options_single_record_uncached.phpt, tests/XML_Query2XML/DB/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt, tests/XML_Query2XML/DB/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt, tests/XML_Query2XML/DB/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt, tests/XML_Query2XML/DB/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt, tests/XML_Query2XML/MDB2/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/MDB2/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/MDB2/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/MDB2/getXML/sql_options_single_record_uncached.phpt, tests/XML_Query2XML/MDB2/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt, tests/XML_Query2XML/MDB2/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt, tests/XML_Query2XML/MDB2/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt, tests/XML_Query2XML/MDB2/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt, tests/XML_Query2XML/NoDBLayer/factory/throwDBException.phpt, tests/XML_Query2XML/PDO/getXML/sql_options_single_record.phpt, tests/XML_Query2XML/PDO/getXML/sql_options_single_record_emptyResultSet.phpt, tests/XML_Query2XML/PDO/getXML/sql_options_single_record_emptyResultSet_uncached.phpt, tests/XML_Query2XML/PDO/getXML/sql_options_single_record_uncached.phpt, tests/XML_Query2XML/PDO/getXML/throwDBException_nullResultSet_complexQuery_multipleRecords.phpt, tests/XML_Query2XML/PDO/getXML/throwDBException_nullResultSet_complexQuery_singleRecord.phpt, tests/XML_Query2XML/PDO/getXML/throwDBException_nullResultSet_simpleQuery_multipleRecords.phpt, tests/XML_Query2XML/PDO/getXML/throwDBException_nullResultSet_simpleQuery_singleRecord.phpt: moved unit tests 2007-09-29 23:14 lukasfeiler * XML/Query2XML/Command/Base64.php, XML/Query2XML/Command/CDATA.php, XML/Query2XML/Command/Chain.php, XML/Query2XML/Command/ColumnValue.php, XML/Query2XML/Command/NonEmpty.php, XML/Query2XML/Command/PHPCallback.php, XML/Query2XML/Command/Static.php, XML/Query2XML/Command/Unserialize.php: @access private; PEAR CS: protected methods and properties without leading underscore 2007-09-29 23:08 lukasfeiler * XML/Query2XML/Driver, XML/Query2XML/Driver/ADOdb.php, XML/Query2XML/Driver/DB.php, XML/Query2XML/Driver/MDB2.php, XML/Query2XML/Driver/PDO.php: drivers for the different database abstraction layers 2007-09-23 00:16 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_preprocessOptions/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_preprocessOptions/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_preprocessOptions/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/DB/_preprocessOptions, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/DB/_preprocessOptions/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_preprocessOptions/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/NoDBLayer/factory/throwConfigException.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/PDO/_preprocessOptions, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/PDO/_preprocessOptions/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/PDO/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/PDO/db_init.php: moved unit tests; PDO/db_init.php now also provides MyPDOStatement::fetchAll() 2007-09-16 02:04 lukasfeiler * XML/Query2XML/Command, XML/Query2XML/Command/Base64.php, XML/Query2XML/Command/CDATA.php, XML/Query2XML/Command/Chain.php, XML/Query2XML/Command/ColumnValue.php, XML/Query2XML/Command/NonEmpty.php, XML/Query2XML/Command/PHPCallback.php, XML/Query2XML/Command/Static.php, XML/Query2XML/Command/Unserialize.php: new command classes used during pre-processing 2007-09-16 01:47 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbDefault/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbDefault/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbException/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbException/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbException/getXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbPEAR/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbPEAR/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/throwDBException.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/DB/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/DB/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/DB/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/DB/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/DB/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/DB/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/DB/getXML/throwDBException.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/MDB2/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/MDB2/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/MDB2/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/MDB2/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/MDB2/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/MDB2/getXML/throwDBException.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/PDO/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/PDO/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/PDO/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/PDO/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/PDO/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/PDO/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/PDO/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/PDO/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/PDO/getXML/throwDBException.phpt: exception messages now include config path 2007-09-03 17:48 lukasfeiler * ChangeLog: ChangeLog updated 2007-09-03 17:41 lukasfeiler * INSTALL, README, RELEASES, package.xml: release notes for v1.4.0 2007-09-03 08:06 lukasfeiler * package.xml: preparing for 1.4.0 2007-09-03 08:06 lukasfeiler * XML/Query2XML.php: now supporting PDO in addition to DB, MDB2 and ADOdb 2007-09-03 08:03 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented sqlite support 2007-09-03 08:01 lukasfeiler * tests/XML_Query2XML/PDO/db_init.php, tests/XML_Query2XML/PDO/skipif.php: -- 2007-09-03 08:00 lukasfeiler * tests/Query2XML_Tests.sq2: sqlite2 db used for unit testing by default 2007-09-03 07:57 lukasfeiler * tests/XML_Query2XML/diffTests.sh, tests/XML_Query2XML/diffTests_MDB2Master.sh: taking new PDO tests into account 2007-09-03 07:57 lukasfeiler * tests/XML_Query2XML/settings.php: now using sqlite DB per default 2007-09-03 07:56 lukasfeiler * tests/XML_Query2XML/DB/skipif.php: skip tests for DB if sqlite is used - DB cannot handle table.column format returned by sqlite 2007-09-03 07:47 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/getXML/case06.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/DB/getXML/case06.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/MDB2/getXML/case06.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt, tests/XML_Query2XML/PDO/getXML/case08.phpt: to be skipped if sqlite2 is used - for lack of real subselect support 2007-09-01 15:39 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/factory, tests/XML_Query2XML/ADOdbException/factory, tests/XML_Query2XML/ADOdbPEAR/factory, tests/XML_Query2XML/DB/factory, tests/XML_Query2XML/MDB2/factory, tests/XML_Query2XML/PDO/factory: redundant unit tests - covered by NoDBLayer/factory/throwDBException.phpt 2007-08-31 16:42 lukasfeiler * tests/XML_Query2XML/PDO, tests/XML_Query2XML/PDO/_addDOMChildren, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/PDO/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/PDO/_appendTextChildNode, tests/XML_Query2XML/PDO/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/PDO/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/PDO/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/PDO/_createDOMElement, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/PDO/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/PDO/_executeEncoder, tests/XML_Query2XML/PDO/_executeEncoder/basics.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_default.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/PDO/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/PDO/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/PDO/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/PDO/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/PDO/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/PDO/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/PDO/_mapSQLIdentifierToXMLName, tests/XML_Query2XML/PDO/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/PDO/_prepareAndExecute, tests/XML_Query2XML/PDO/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/PDO/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/PDO/_processComplexElementSpecification, tests/XML_Query2XML/PDO/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/PDO/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/PDO/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/PDO/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/PDO/_setDOMAttribute, tests/XML_Query2XML/PDO/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/PDO/clearProfile, tests/XML_Query2XML/PDO/clearProfile/clearProfile.phpt, tests/XML_Query2XML/PDO/disableDebugLog, tests/XML_Query2XML/PDO/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/PDO/enableDebugLog, tests/XML_Query2XML/PDO/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/PDO/factory, tests/XML_Query2XML/PDO/factory/throwDBException.phpt, tests/XML_Query2XML/PDO/getFlatXML, tests/XML_Query2XML/PDO/getFlatXML/case01.phpt, tests/XML_Query2XML/PDO/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/PDO/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/PDO/getGlobalOption, tests/XML_Query2XML/PDO/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/PDO/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/PDO/getProfile, tests/XML_Query2XML/PDO/getProfile/getProfile.phpt, tests/XML_Query2XML/PDO/getRawProfile, tests/XML_Query2XML/PDO/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/PDO/getXML, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/PDO/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/PDO/getXML/base64Prefix_callback.phpt, tests/XML_Query2XML/PDO/getXML/base64Prefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/PDO/getXML/base64Prefix_columnName.phpt, tests/XML_Query2XML/PDO/getXML/base64Prefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/PDO/getXML/base64Prefix_staticString.phpt, tests/XML_Query2XML/PDO/getXML/base64Prefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/PDO/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/PDO/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/PDO/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/PDO/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/PDO/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/PDO/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/PDO/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/PDO/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/PDO/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/PDO/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/PDO/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/PDO/getXML/case02.phpt, tests/XML_Query2XML/PDO/getXML/case03.phpt, tests/XML_Query2XML/PDO/getXML/case04.phpt, tests/XML_Query2XML/PDO/getXML/case05.phpt, tests/XML_Query2XML/PDO/getXML/case06.phpt, tests/XML_Query2XML/PDO/getXML/case07.phpt, tests/XML_Query2XML/PDO/getXML/case08.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_base64Prefix.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_callback.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_columnName.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_emptyCdata.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_staticString.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/PDO/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/PDO/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/PDO/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/PDO/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/PDO/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/PDO/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/PDO/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/PDO/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/PDO/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/PDO/getXML/dynamicRowTag_callback.phpt, tests/XML_Query2XML/PDO/getXML/dynamicRowTag_columnName.phpt, tests/XML_Query2XML/PDO/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt, tests/XML_Query2XML/PDO/getXML/dynamicRowTag_columnName_onRootLevel.phpt, tests/XML_Query2XML/PDO/getXML/dynamicRowTag_commandObject.phpt, tests/XML_Query2XML/PDO/getXML/dynamicRowTag_staticString.phpt, tests/XML_Query2XML/PDO/getXML/idcolumn_false1.phpt, tests/XML_Query2XML/PDO/getXML/idcolumn_false2.phpt, tests/XML_Query2XML/PDO/getXML/sql_argument_false1.phpt, tests/XML_Query2XML/PDO/getXML/sql_argument_false2.phpt, tests/XML_Query2XML/PDO/getXML/throwDBException.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/PDO/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/PDO/setGlobalOption, tests/XML_Query2XML/PDO/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/PDO/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/PDO/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/PDO/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/PDO/startProfiling, tests/XML_Query2XML/PDO/startProfiling/startProfiling.phpt, tests/XML_Query2XML/PDO/stopProfiling, tests/XML_Query2XML/PDO/stopProfiling/stopProfiling.phpt: new unit tests for PDO 2007-08-27 01:14 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: new section on how to use command object implementation to get around prefixes 2007-08-26 07:22 lukasfeiler * INSTALL: added new files to list 2007-08-26 07:11 lukasfeiler * ChangeLog: ChangeLog updated 2007-08-26 07:08 lukasfeiler * README, RELEASES, package.xml: getting ready for v1.3.0 2007-08-26 07:04 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented new dynamicRowTag option, BASE64 ENCODE prefix and CDATA SECTION prefix 2007-08-26 06:59 lukasfeiler * XML/Query2XML.php: new dynamicRowTag option, new BASE64 ENCODE prefix, new CDATA SECTION prefix 2007-08-26 06:57 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbException/getXML/case05.phpt, tests/XML_Query2XML/ADOdbException/getXML/case06.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/DB/getXML/case05.phpt, tests/XML_Query2XML/DB/getXML/case06.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/MDB2/getXML/case05.phpt, tests/XML_Query2XML/MDB2/getXML/case06.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt: results differed when executed in different timezones (due to usage of date function) 2007-08-26 06:49 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/dynamicRowTag_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/dynamicRowTag_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/dynamicRowTag_columnName_onRootLevel.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/dynamicRowTag_commandObject.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/dynamicRowTag_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/dynamicRowTag_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/dynamicRowTag_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt, tests/XML_Query2XML/ADOdbException/getXML/dynamicRowTag_columnName_onRootLevel.phpt, tests/XML_Query2XML/ADOdbException/getXML/dynamicRowTag_commandObject.phpt, tests/XML_Query2XML/ADOdbException/getXML/dynamicRowTag_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/dynamicRowTag_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/dynamicRowTag_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/dynamicRowTag_columnName_onRootLevel.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/dynamicRowTag_commandObject.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/dynamicRowTag_staticString.phpt, tests/XML_Query2XML/DB/getXML/dynamicRowTag_callback.phpt, tests/XML_Query2XML/DB/getXML/dynamicRowTag_columnName.phpt, tests/XML_Query2XML/DB/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt, tests/XML_Query2XML/DB/getXML/dynamicRowTag_columnName_onRootLevel.phpt, tests/XML_Query2XML/DB/getXML/dynamicRowTag_commandObject.phpt, tests/XML_Query2XML/DB/getXML/dynamicRowTag_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/dynamicRowTag_callback.phpt, tests/XML_Query2XML/MDB2/getXML/dynamicRowTag_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/dynamicRowTag_columnName_ignoreRowTag.phpt, tests/XML_Query2XML/MDB2/getXML/dynamicRowTag_columnName_onRootLevel.phpt, tests/XML_Query2XML/MDB2/getXML/dynamicRowTag_commandObject.phpt, tests/XML_Query2XML/MDB2/getXML/dynamicRowTag_staticString.phpt: new unit tests for new dynamicRowTag option 2007-08-26 03:10 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_emptyCdata.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_emptyCdata.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_emptyCdata.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_callback.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_columnName.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_emptyCdata.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_staticString.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_throwException_invalidForAttribute.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_callback.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_emptyCdata.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_throwException2_invalidForAttribute.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_throwException_invalidForAttribute.phpt: new unit tests for new CDATA SECTION prefix 2007-08-26 03:09 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/base64Prefix_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/base64Prefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/base64Prefix_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/base64Prefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/base64Prefix_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/base64Prefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/cdataPrefix_base64Prefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/base64Prefix_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/base64Prefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/base64Prefix_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/base64Prefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/base64Prefix_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/base64Prefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/cdataPrefix_base64Prefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/base64Prefix_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/base64Prefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/base64Prefix_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/base64Prefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/base64Prefix_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/base64Prefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/cdataPrefix_base64Prefix.phpt, tests/XML_Query2XML/DB/getXML/base64Prefix_callback.phpt, tests/XML_Query2XML/DB/getXML/base64Prefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/DB/getXML/base64Prefix_columnName.phpt, tests/XML_Query2XML/DB/getXML/base64Prefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/DB/getXML/base64Prefix_staticString.phpt, tests/XML_Query2XML/DB/getXML/base64Prefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/DB/getXML/cdataPrefix_base64Prefix.phpt, tests/XML_Query2XML/MDB2/getXML/base64Prefix_callback.phpt, tests/XML_Query2XML/MDB2/getXML/base64Prefix_callback_conditionalPrefix.phpt, tests/XML_Query2XML/MDB2/getXML/base64Prefix_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/base64Prefix_columnName_conditionalPrefix.phpt, tests/XML_Query2XML/MDB2/getXML/base64Prefix_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/base64Prefix_staticString_conditionalPrefix.phpt, tests/XML_Query2XML/MDB2/getXML/cdataPrefix_base64Prefix.phpt: new unit tests for new BASE64 ENCODE prefix 2007-08-26 02:57 lukasfeiler * cases/case05/case05.php, cases/case05/case05_debug.php, cases/case06/case06.php, cases/case06/case06_debug.php, cases/case08/case08.php, cases/case08/case08_debug.php: results differed when executed in different timezones (due to usage of date function) 2007-06-03 14:18 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: setOption calls around listTables call for dumping contents of a database 2007-05-26 11:37 lukasfeiler * ChangeLog: ChangeLog updated 2007-05-26 11:05 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/idcolumn_false1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/idcolumn_false2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/sql_argument_false1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/sql_argument_false2.phpt, tests/XML_Query2XML/ADOdbException/getXML/idcolumn_false1.phpt, tests/XML_Query2XML/ADOdbException/getXML/idcolumn_false2.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_argument_false1.phpt, tests/XML_Query2XML/ADOdbException/getXML/sql_argument_false2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/idcolumn_false1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/idcolumn_false2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_argument_false1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/sql_argument_false2.phpt, tests/XML_Query2XML/DB/getXML/idcolumn_false1.phpt, tests/XML_Query2XML/DB/getXML/idcolumn_false2.phpt, tests/XML_Query2XML/DB/getXML/sql_argument_false1.phpt, tests/XML_Query2XML/DB/getXML/sql_argument_false2.phpt, tests/XML_Query2XML/MDB2/getXML/idcolumn_false1.phpt, tests/XML_Query2XML/MDB2/getXML/idcolumn_false2.phpt, tests/XML_Query2XML/MDB2/getXML/sql_argument_false1.phpt, tests/XML_Query2XML/MDB2/getXML/sql_argument_false2.phpt: new unit tests for $sql and $options[idColumn] 2007-05-26 11:02 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: new section on how to dump the contents of a whole database 2007-05-26 11:00 lukasfeiler * INSTALL, README, RELEASES, package.xml, tests/XML_Query2XML/syncTests_MDB2Master.sh: getting ready for release 1.2.1 2007-05-26 10:54 lukasfeiler * XML/Query2XML.php: $sql and $options["idColumn"] now also accept the boolean value false; this will save the developer a couple lines in some rare situations 2007-04-15 12:45 lukasfeiler * ChangeLog: ChangeLog updated 2007-04-15 12:23 lukasfeiler * README: number of unit tests corrected 2007-04-15 12:23 lukasfeiler * RELEASES: documented v1.2.0 2007-04-15 12:22 lukasfeiler * package.xml: added new unit tests and release notes for v1.2.0 2007-04-15 12:18 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented new 'encoder' option; added section explaining how to use alternative XML character encoding 2007-04-15 12:16 lukasfeiler * XML/Query2XML.php: CS fix 2007-04-15 10:34 lukasfeiler * INSTALL: including new unit tests 2007-04-12 12:20 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/DB/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/throwXMLException.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableFunction.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod1.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_encoderNotCallableStaticMethod2.phpt: unit tests for encoder related exceptions 2007-04-12 09:45 lukasfeiler * XML/Query2XML.php: using 'foreach ( as )' instead of 'foreach ( as => )' where possible; removed unneeded _mapUnchanged(); now calling self::_utf8encode() directly from getFlatXML() 2007-04-12 09:13 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_executeEncoder/basics.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/basics.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/basics.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/DB/_executeEncoder/basics.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/DB/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/DB/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/DB/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/basics.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/within_simpleAttributeSpecification.phpt: fixed unit test names 2007-04-12 08:58 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_executeEncoder, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/basics.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_default.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/ADOdbDefault/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder, tests/XML_Query2XML/ADOdbException/_executeEncoder/basics.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_default.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/ADOdbException/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/basics.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_default.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/ADOdbPEAR/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/DB/_executeEncoder, tests/XML_Query2XML/DB/_executeEncoder/basics.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_default.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/DB/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/DB/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/DB/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/DB/_executeEncoder/within_simpleAttributeSpecification.phpt, tests/XML_Query2XML/MDB2/_executeEncoder, tests/XML_Query2XML/MDB2/_executeEncoder/basics.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_default.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_false.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_function.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_nonStaticMethod.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_null.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_default_false.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_default_false2.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_default_false_function.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_null_false_nonStaticMethodString.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_overwritten_null_false_staticMethodString.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_staticMethodArray.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/encoder_staticMethodString.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/within_complexAttributeSpecificationValue.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/within_complexElementSpecificationValue.phpt, tests/XML_Query2XML/MDB2/_executeEncoder/within_simpleAttributeSpecification.phpt: new unit tests for encoder feature 2007-04-11 10:06 lukasfeiler * package.xml: getting ready for 1.2.0 2007-04-11 10:05 lukasfeiler * XML/Query2XML.php: implemented new 'encoder' option - this allows for user defined encoding 2007-04-11 07:41 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: new section: Modifying the returned DOMDocument instance 2007-02-04 21:53 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/skipif.php, tests/XML_Query2XML/ADOdbException/skipif.php, tests/XML_Query2XML/ADOdbPEAR/skipif.php: silencing db connect errors in order for unit tests to be skipped instead of failing 2007-02-03 17:36 lukasfeiler * RELEASES, package.xml: updated release notes 2007-02-03 17:30 lukasfeiler * ChangeLog: updated ChangeLog 2007-02-03 17:29 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: replaced tabs with spaces; renamed section 'Integrating other XML data sources' 2007-02-03 16:05 lukasfeiler * INSTALL, README, RELEASES, package.xml: getting ready for v1.1.0 2007-02-03 16:04 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: typos fixed 2007-02-03 16:01 lukasfeiler * cases/case01/case01.php, cases/case02/case02.log, cases/case02/case02.php, cases/case02/case02.profile, cases/case02/case02_debug.php, cases/case03/case03.log, cases/case03/case03.php, cases/case03/case03.profile, cases/case03/case03_debug.php, cases/case04/case04.log, cases/case04/case04.php, cases/case04/case04.profile, cases/case04/case04_debug.php, cases/case05/case05.log, cases/case05/case05.php, cases/case05/case05.profile, cases/case05/case05_debug.php, cases/case06/case06.log, cases/case06/case06.php, cases/case06/case06.profile, cases/case06/case06.xml, cases/case06/case06_debug.php, cases/case07/case07.log, cases/case07/case07.php, cases/case07/case07.profile, cases/case07/case07_debug.php, cases/case08/case08.log, cases/case08/case08.php, cases/case08/case08.profile, cases/case08/case08_debug.php: added ORDER BY clauses & CRLF --> LF 2007-02-03 15:53 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case02.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case03.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case07.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/ADOdbException/getXML/case02.phpt, tests/XML_Query2XML/ADOdbException/getXML/case03.phpt, tests/XML_Query2XML/ADOdbException/getXML/case04.phpt, tests/XML_Query2XML/ADOdbException/getXML/case05.phpt, tests/XML_Query2XML/ADOdbException/getXML/case06.phpt, tests/XML_Query2XML/ADOdbException/getXML/case07.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case02.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case03.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case07.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/DB/getFlatXML/case01.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/DB/getXML/case02.phpt, tests/XML_Query2XML/DB/getXML/case03.phpt, tests/XML_Query2XML/DB/getXML/case04.phpt, tests/XML_Query2XML/DB/getXML/case05.phpt, tests/XML_Query2XML/DB/getXML/case06.phpt, tests/XML_Query2XML/DB/getXML/case07.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/MDB2/getFlatXML/case01.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/MDB2/getXML/case02.phpt, tests/XML_Query2XML/MDB2/getXML/case03.phpt, tests/XML_Query2XML/MDB2/getXML/case04.phpt, tests/XML_Query2XML/MDB2/getXML/case05.phpt, tests/XML_Query2XML/MDB2/getXML/case06.phpt, tests/XML_Query2XML/MDB2/getXML/case07.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt: added ORDER BY clauses and fixed dynamic usage of database abstraction layers 2007-02-03 11:49 lukasfeiler * XML/Query2XML/Callback.php: added examples and API docs 2007-02-03 11:49 lukasfeiler * XML/Query2XML.php: corrected docs for some private methods 2007-02-03 11:11 lukasfeiler * XML/Query2XML.php, tests/XML_Query2XML/ADOdbDefault/factory/throwDBException.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/factory/throwDBException.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/factory/throwDBException.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/DB/factory/throwDBException.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/MDB2/factory/throwDBException.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt, tests/XML_Query2XML/NoDBLayer/factory/throwConfigException.phpt, tests/XML_Query2XML/NoDBLayer/factory/throwDBException.phpt, tutorials/XML_Query2XML/XML_Query2XML.pkg: fixed require_once CS issue 2007-02-03 10:28 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: fixed examples (the ! operator is not supported anymore); new examples for COMMAND OBJECT callbacks 2007-02-03 10:24 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbDefault/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbDefault/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case02.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case03.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case07.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbException/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbException/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/case02.phpt, tests/XML_Query2XML/ADOdbException/getXML/case03.phpt, tests/XML_Query2XML/ADOdbException/getXML/case04.phpt, tests/XML_Query2XML/ADOdbException/getXML/case05.phpt, tests/XML_Query2XML/ADOdbException/getXML/case06.phpt, tests/XML_Query2XML/ADOdbException/getXML/case07.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbPEAR/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbPEAR/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case02.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case03.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case07.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/DB/getFlatXML/case01.phpt, tests/XML_Query2XML/DB/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/DB/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/DB/getXML/case02.phpt, tests/XML_Query2XML/DB/getXML/case03.phpt, tests/XML_Query2XML/DB/getXML/case04.phpt, tests/XML_Query2XML/DB/getXML/case05.phpt, tests/XML_Query2XML/DB/getXML/case06.phpt, tests/XML_Query2XML/DB/getXML/case07.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/DB/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/DB/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/MDB2/getFlatXML/case01.phpt, tests/XML_Query2XML/MDB2/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/MDB2/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/MDB2/getXML/case02.phpt, tests/XML_Query2XML/MDB2/getXML/case03.phpt, tests/XML_Query2XML/MDB2/getXML/case04.phpt, tests/XML_Query2XML/MDB2/getXML/case05.phpt, tests/XML_Query2XML/MDB2/getXML/case06.phpt, tests/XML_Query2XML/MDB2/getXML/case07.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/hidden_container_prefix.phpt: removed references to XML_Beautifier; CS fixes 2007-02-02 12:01 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented COMMAND OBJECT feature 2007-02-01 23:54 lukasfeiler * package.xml: added new unit tests and XML/Query2XML/Callback.php 2007-02-01 23:52 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt: more details on location of config error that leads to XML_Query2XML_ConfigException 2007-02-01 23:51 lukasfeiler * XML/Query2XML.php, XML/Query2XML/Callback.php: new callback interface XML_Query2XML_Callback allows for non-static callback methods 2007-02-01 23:49 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/DB/getXML/callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_condition.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_data.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_idColumn.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callbackInterface_simpleElementSpec.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_complexAttributeSpec.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_complexElementSpec.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_condition.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_data.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_idColumn.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_simpleAttributeSpec.phpt, tests/XML_Query2XML/MDB2/getXML/callbackInterface_simpleElementSpec.phpt: unit tests for new callback interface XML_Query2XML_Callback 2007-02-01 20:44 lukasfeiler * cases/case01/case01.php, cases/case02/case02.php, cases/case02/case02_debug.php, cases/case03/case03.php, cases/case03/case03_debug.php, cases/case04/case04.php, cases/case04/case04_debug.php, cases/case05/case05.php, cases/case05/case05_debug.php, cases/case06/case06.php, cases/case06/case06_debug.php, cases/case07/case07.php, cases/case07/case07_debug.php, cases/case08/case08.php, cases/case08/case08_debug.php: using MDB2 instead of DB; CS fix for require_once 2007-02-01 19:12 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbException/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/DB/getXML/callbackReturnDOMNode_parentHidden.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNode.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNodeArray.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNodeArray_parentHidden.phpt, tests/XML_Query2XML/MDB2/getXML/callbackReturnDOMNode_parentHidden.phpt: unit tests for callback function returning DOMNode instance 2007-02-01 19:11 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeArray.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionWrongTypeObject.phpt: unit tests for new exception 2007-02-01 19:09 lukasfeiler * XML/Query2XML.php: now throwing a XML_Query2XML_ConfigException if the idColumn option evaluates to a value that is an object or an array 2007-02-01 15:49 lukasfeiler * tests/Query2XML_Tests.psql: PostgreSQL DDL for unit tests 2007-02-01 15:32 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbDefault/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbDefault/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbDefault/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/ADOdbDefault/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbDefault/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case02.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case03.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case07.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbDefault/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbDefault/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/ADOdbException/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbException/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/ADOdbException/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbException/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbException/getXML/case02.phpt, tests/XML_Query2XML/ADOdbException/getXML/case03.phpt, tests/XML_Query2XML/ADOdbException/getXML/case04.phpt, tests/XML_Query2XML/ADOdbException/getXML/case05.phpt, tests/XML_Query2XML/ADOdbException/getXML/case06.phpt, tests/XML_Query2XML/ADOdbException/getXML/case07.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbException/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbException/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/ADOdbPEAR/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case02.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case03.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case07.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbPEAR/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbPEAR/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/DB/clearProfile/clearProfile.phpt, tests/XML_Query2XML/DB/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/DB/getFlatXML/case01.phpt, tests/XML_Query2XML/DB/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/DB/getProfile/getProfile.phpt, tests/XML_Query2XML/DB/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/DB/getXML/case02.phpt, tests/XML_Query2XML/DB/getXML/case03.phpt, tests/XML_Query2XML/DB/getXML/case04.phpt, tests/XML_Query2XML/DB/getXML/case05.phpt, tests/XML_Query2XML/DB/getXML/case06.phpt, tests/XML_Query2XML/DB/getXML/case07.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/DB/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/DB/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/DB/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/DB/startProfiling/startProfiling.phpt, tests/XML_Query2XML/DB/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/MDB2/clearProfile/clearProfile.phpt, tests/XML_Query2XML/MDB2/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/MDB2/getFlatXML/case01.phpt, tests/XML_Query2XML/MDB2/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/MDB2/getProfile/getProfile.phpt, tests/XML_Query2XML/MDB2/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/MDB2/getXML/case02.phpt, tests/XML_Query2XML/MDB2/getXML/case03.phpt, tests/XML_Query2XML/MDB2/getXML/case04.phpt, tests/XML_Query2XML/MDB2/getXML/case05.phpt, tests/XML_Query2XML/MDB2/getXML/case06.phpt, tests/XML_Query2XML/MDB2/getXML/case07.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/MDB2/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/MDB2/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/MDB2/skipif.php, tests/XML_Query2XML/MDB2/startProfiling/startProfiling.phpt, tests/XML_Query2XML/MDB2/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/diffTests_MDB2Master.sh, tests/XML_Query2XML/settings.php, tests/XML_Query2XML/syncTests_MDB2Master.sh: added ORDER BY clause to all unit tests; all unit tests now also run with PostgreSQL 2007-02-01 14:54 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented unserialization prefix and the handling of multi-column primary keys 2006-12-26 23:35 lukasfeiler * tests/Query2XML_Tests.sql, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tutorials/XML_Query2XML/XML_Query2XML.pkg: fixed typo in column name that was used in unit tests and docs 2006-12-26 23:09 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented unserialization support, global options and callbacks returning DOMNode instances 2006-12-25 19:06 lukasfeiler * package.xml: clearProfiling unit tests renamed to clearProfile 2006-12-25 19:05 lukasfeiler * XML/Query2XML.php: _applySqlOptionsToRecord(): documented bubbling up of XML_Query2XML_XMLException when thrown by _applyColumnStringToRecord() 2006-12-25 17:12 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/clearProfiling, tests/XML_Query2XML/ADOdbException/clearProfiling, tests/XML_Query2XML/ADOdbPEAR/clearProfiling, tests/XML_Query2XML/DB/clearProfiling, tests/XML_Query2XML/MDB2/clearProfiling: incorrectly named unit tests 2006-12-25 16:49 lukasfeiler * tests/XML_Query2XML/checkTestNames.sh, tests/XML_Query2XML/diffTests.sh, tests/XML_Query2XML/syncTests.sh: unit test management helper scripts 2006-12-25 16:40 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbDefault/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/clearProfile, tests/XML_Query2XML/ADOdbDefault/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbDefault/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbDefault/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbException/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/clearProfile, tests/XML_Query2XML/ADOdbException/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbException/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbException/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbPEAR/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/clearProfile, tests/XML_Query2XML/ADOdbPEAR/clearProfile/clearProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbPEAR/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/DB/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/DB/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/DB/clearProfile, tests/XML_Query2XML/DB/clearProfile/clearProfile.phpt, tests/XML_Query2XML/DB/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/DB/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/DB/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/MDB2/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/MDB2/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/MDB2/clearProfile, tests/XML_Query2XML/MDB2/clearProfile/clearProfile.phpt, tests/XML_Query2XML/MDB2/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/MDB2/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/diffTests.sh: corrected unit test names 2006-12-24 12:41 lukasfeiler * package.xml: added new unit tests 2006-12-24 12:40 lukasfeiler * XML/Query2XML.php: container issues fixed; @thows tags updated 2006-12-24 12:39 lukasfeiler * tests/Query2XML_Tests.dm2, tests/Query2XML_Tests.jpg, tests/Query2XML_Tests.sql: new building_xmldata column needed for unit tests 2006-12-24 12:35 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_addDOMChildren, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbDefault/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbDefault/_appendTextChildNode, tests/XML_Query2XML/ADOdbDefault/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/ADOdbDefault/_setDOMAttribute, tests/XML_Query2XML/ADOdbDefault/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/getGlobalOption, tests/XML_Query2XML/ADOdbDefault/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbDefault/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbDefault/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbException/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbException/_appendTextChildNode, tests/XML_Query2XML/ADOdbException/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/ADOdbException/_setDOMAttribute, tests/XML_Query2XML/ADOdbException/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/getGlobalOption, tests/XML_Query2XML/ADOdbException/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbException/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbException/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbException/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/ADOdbPEAR/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/ADOdbPEAR/_appendTextChildNode, tests/XML_Query2XML/ADOdbPEAR/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/ADOdbPEAR/_setDOMAttribute, tests/XML_Query2XML/ADOdbPEAR/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/getGlobalOption, tests/XML_Query2XML/ADOdbPEAR/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbPEAR/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/ADOdbPEAR/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/DB/_addDOMChildren, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/DB/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/DB/_appendTextChildNode, tests/XML_Query2XML/DB/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/DB/_setDOMAttribute, tests/XML_Query2XML/DB/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/DB/getGlobalOption, tests/XML_Query2XML/DB/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/DB/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/DB/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/DB/setGlobalOption, tests/XML_Query2XML/DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/DB/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/DB/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/DB/setGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithBool.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithDouble.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithInt.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithObject.phpt, tests/XML_Query2XML/MDB2/_addDOMChildren/throwXMLException_arrayWithString.phpt, tests/XML_Query2XML/MDB2/_appendTextChildNode, tests/XML_Query2XML/MDB2/_appendTextChildNode/throwXMLException.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwXMLException_unserialize.phpt, tests/XML_Query2XML/MDB2/_setDOMAttribute, tests/XML_Query2XML/MDB2/_setDOMAttribute/throwXMLException.phpt, tests/XML_Query2XML/MDB2/getGlobalOption, tests/XML_Query2XML/MDB2/getGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/MDB2/getGlobalOption/hidden_container_prefix.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callback.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_callbackEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_columnNameEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_complexElement_staticStringEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_scenariosContainerAlwaysPresent.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_scenariosContainerOnlyPresentIfChildren.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_scenariosNoContainer.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_callback.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_callbackEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_columnNameEmpty.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_staticString.phpt, tests/XML_Query2XML/MDB2/getXML/unserializationPrefix_simpleElement_staticStringEmpty.phpt, tests/XML_Query2XML/MDB2/setGlobalOption, tests/XML_Query2XML/MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeEmptyStr.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/configException_hidden_container_prefix_wrongTypeObject.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/configException_noSuchOption.phpt, tests/XML_Query2XML/MDB2/setGlobalOption/hidden_container_prefix.phpt: 145 new unit tests for testing '&' prefix and callbacks returning DomNode instances 2006-12-24 00:02 lukasfeiler * XML/Query2XML.php: combination of '?' and '&' is now possible 2006-12-23 17:55 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: dropped usage of XML_Beautifier for all examples; now using MDB2 instead of DB for all examples; calling required_once() without braces 2006-12-23 17:16 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/skipif_XML_Beautifier.php, tests/XML_Query2XML/ADOdbException/skipif_XML_Beautifier.php, tests/XML_Query2XML/ADOdbPEAR/skipif_XML_Beautifier.php, tests/XML_Query2XML/DB/skipif_XML_Beautifier.php, tests/XML_Query2XML/MDB2/skipif_XML_Beautifier.php, tests/XML_Query2XML/diffTests.sh: removed XML_Beautifier dependency checks; diff scripts for DB layer specific unit tests 2006-12-23 17:11 lukasfeiler * cases/case01/case01.php, cases/case01/case01.xml, cases/case02/case02.php, cases/case02/case02.xml, cases/case02/case02_debug.php, cases/case03/case03.php, cases/case03/case03.xml, cases/case03/case03_debug.php, cases/case04/case04.php, cases/case04/case04.xml, cases/case04/case04_debug.php, cases/case05/case05.php, cases/case05/case05.xml, cases/case05/case05_debug.php, cases/case06/case06.php, cases/case06/case06.xml, cases/case06/case06_debug.php, cases/case07/case07.php, cases/case07/case07.xml, cases/case07/case07_debug.php, cases/case08/case08.php, cases/case08/case08.xml, cases/case08/case08_debug.php, tests/XML_Query2XML/ADOdbDefault/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case02.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case03.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case07.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbException/getXML/case02.phpt, tests/XML_Query2XML/ADOdbException/getXML/case03.phpt, tests/XML_Query2XML/ADOdbException/getXML/case04.phpt, tests/XML_Query2XML/ADOdbException/getXML/case05.phpt, tests/XML_Query2XML/ADOdbException/getXML/case06.phpt, tests/XML_Query2XML/ADOdbException/getXML/case07.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case02.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case03.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case07.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/DB/getFlatXML/case01.phpt, tests/XML_Query2XML/DB/getXML/case02.phpt, tests/XML_Query2XML/DB/getXML/case03.phpt, tests/XML_Query2XML/DB/getXML/case04.phpt, tests/XML_Query2XML/DB/getXML/case05.phpt, tests/XML_Query2XML/DB/getXML/case06.phpt, tests/XML_Query2XML/DB/getXML/case07.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/MDB2/getFlatXML/case01.phpt, tests/XML_Query2XML/MDB2/getXML/case02.phpt, tests/XML_Query2XML/MDB2/getXML/case03.phpt, tests/XML_Query2XML/MDB2/getXML/case04.phpt, tests/XML_Query2XML/MDB2/getXML/case05.phpt, tests/XML_Query2XML/MDB2/getXML/case06.phpt, tests/XML_Query2XML/MDB2/getXML/case07.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt: dropped usage of XML_Beautifier 2006-12-23 08:23 lukasfeiler * XML/Query2XML.php: ampersand prefix can now be used in conjunction with the colon and pound sign prefix 2006-12-22 22:41 lukasfeiler * XML/Query2XML.php: Capability to handle DOMNode instances returned by callback functions; the new ampersand shortcut can also be used to quickly unserialize XML data stored in the database 2006-12-18 09:17 lukasfeiler * XML/Query2XML.php: API docs: added references to ADOdb, ADOConnection and ADORecordSet; also removed the unused private property _isMDB2 2006-12-04 20:57 lukasfeiler * ChangeLog: udpated ChangeLog by running 'cvs2cl.pl -rtT' 2006-12-04 20:56 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: renamed migration guide section 2006-12-04 20:55 lukasfeiler * RELEASES, package.xml: added reference to migration guide for users still running v0.6.x or v0.7.x 2006-12-04 20:10 lukasfeiler * INSTALL: removed reference to 'pear config-set preferred_state beta' 2006-12-04 20:10 lukasfeiler * RELEASES, package.xml: ready for v1.0.0 2006-11-29 22:24 lukasfeiler * XML/Query2XML.php: change suggested by dev at 7700 dot ws - this doesn't fix a bug, it's just cleaner code 2006-11-04 00:06 lukasfeiler * RELEASES: release date updated 2006-11-03 23:16 lukasfeiler * ChangeLog, RELEASES, package.xml: ready for v0.8.0 2006-11-03 23:10 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/ADOdbException/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/ADOdbPEAR/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/DB/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/MDB2/_prepareAndExecute/throwDBException_complexQuery.phpt: modified for MDB2-2.3.0 2006-11-03 18:41 lukasfeiler * ChangeLog: updated ChangeLog by running 'cvs2cl.pl -rtT' 2006-11-03 18:39 lukasfeiler * RELEASES: documented v0.8.0 2006-11-03 18:27 lukasfeiler * INSTALL: added new files to list of installed files 2006-11-03 18:22 lukasfeiler * package.xml: getting ready for v0.8.0 2006-11-03 18:22 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented a migration strategy to v0.8.0 2006-11-03 15:58 lukasfeiler * cases/case04/case04.php, cases/case04/case04_debug.php, cases/case05/case05.php, cases/case05/case05_debug.php, cases/case06/case06.php, cases/case06/case06_debug.php, cases/case08/case08.php, cases/case08/case08_debug.php: changes for new # prefix and modified condition option 2006-11-03 15:54 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: documented # prefix and modified condition option 2006-11-03 15:53 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/db_init.php, tests/XML_Query2XML/ADOdbDefault/skipif.php, tests/XML_Query2XML/ADOdbDefault/skipif_XML_Beautifier.php, tests/XML_Query2XML/ADOdbException/db_init.php, tests/XML_Query2XML/ADOdbException/skipif.php, tests/XML_Query2XML/ADOdbException/skipif_XML_Beautifier.php, tests/XML_Query2XML/ADOdbPEAR/db_init.php, tests/XML_Query2XML/ADOdbPEAR/skipif.php, tests/XML_Query2XML/ADOdbPEAR/skipif_XML_Beautifier.php, tests/XML_Query2XML/DB/db_init.php, tests/XML_Query2XML/DB/skipif.php, tests/XML_Query2XML/DB/skipif_XML_Beautifier.php, tests/XML_Query2XML/MDB2/db_init.php, tests/XML_Query2XML/MDB2/skipif.php, tests/XML_Query2XML/MDB2/skipif_XML_Beautifier.php, tests/XML_Query2XML/settings.php, tests/XML_Query2XML_ISO9075Mapper/skipif.php: added page-level docblock to all unit test include files 2006-11-03 15:37 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_value_phpCode.phpt: removed tests for old "!" prefix 2006-11-03 15:33 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_value_callback.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/callbacks.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_function1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_function2.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_method1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_callback_method2.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/condition_function.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/condition_staticMethod.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valueCallback.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_attribute_callback.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_element_callback.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_value_callback.phpt: new tests for callback prefix and modified condition option 2006-11-03 15:24 lukasfeiler * tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbException/getXML/case04.phpt, tests/XML_Query2XML/ADOdbException/getXML/case05.phpt, tests/XML_Query2XML/ADOdbException/getXML/case06.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/DB/getXML/case04.phpt, tests/XML_Query2XML/DB/getXML/case05.phpt, tests/XML_Query2XML/DB/getXML/case06.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/DB/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/DB/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/MDB2/getXML/case04.phpt, tests/XML_Query2XML/MDB2/getXML/case05.phpt, tests/XML_Query2XML/MDB2/getXML/case06.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/MDB2/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/MDB2/getXML/complexElementSpecification_conditionOption2.phpt: using "#" prefix instead of "!"; "condition" option is now regular value that needs "#" prefix 2006-11-03 15:22 lukasfeiler * XML/Query2XML.php: no more eval(); "!" prefix was dropped - "#" prefix was introduced; condition option is now evaluated using _applyColumnStringToRecord() 2006-10-29 23:23 lukasfeiler * cases/case04/case04.php, cases/case04/case04_debug.php, cases/case05/case05.php, tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt, tests/XML_Query2XML/ADOdbException/getXML/case04.phpt, tests/XML_Query2XML/ADOdbException/getXML/case05.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt, tests/XML_Query2XML/DB/getXML/case04.phpt, tests/XML_Query2XML/DB/getXML/case05.phpt, tests/XML_Query2XML/MDB2/getXML/case04.phpt, tests/XML_Query2XML/MDB2/getXML/case05.phpt, tutorials/XML_Query2XML/XML_Query2XML.pkg: simplified syntax for Case04 and Case05 2006-10-29 12:11 lukasfeiler * README: documented phpt unit tests; references to testCases.sh removed 2006-10-29 12:09 lukasfeiler * tests/testCases.sh: now not included in the package anymore - only to be used by developers 2006-10-29 12:08 lukasfeiler * package.xml: migrated to package.xml version 2.0 2006-10-28 22:38 lukasfeiler * XML/Query2XML.php: updated references to phpt unit tests 2006-10-28 00:08 lukasfeiler * package.xml: removed references to old PHPUnit2 test files 2006-10-27 23:21 lukasfeiler * XML/Query2XML/ISO9075Mapper.php: removed old @author tag 2006-10-27 23:20 lukasfeiler * package.xml: getting ready for v0.7.1 2006-10-27 23:20 lukasfeiler * XML/Query2XML.php: removed unneeded _runSQLQuery() and splified ADOdb exception message 2006-10-27 23:17 lukasfeiler * tests/ISO9075MapperTest.php, tests/Query2XMLTest.php, tests/Query2XMLTestADOdb.php, tests/Query2XMLTestADOdbException.php, tests/Query2XMLTestADOdbPEAR.php, tests/Query2XMLTestDB.php, tests/Query2XMLTestMDB2.php, tests/XML_Query2XML, tests/XML_Query2XML/ADOdbDefault, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbDefault/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/ADOdbDefault/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbDefault/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbDefault/_mapSQLIdentifierToXMLName, tests/XML_Query2XML/ADOdbDefault/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/ADOdbDefault/_prepareAndExecute, tests/XML_Query2XML/ADOdbDefault/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/ADOdbDefault/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/ADOdbDefault/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbDefault/clearProfiling, tests/XML_Query2XML/ADOdbDefault/clearProfiling/clearProfiling.phpt, tests/XML_Query2XML/ADOdbDefault/db_init.php, tests/XML_Query2XML/ADOdbDefault/disableDebugLog, tests/XML_Query2XML/ADOdbDefault/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbDefault/enableDebugLog, tests/XML_Query2XML/ADOdbDefault/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/ADOdbDefault/factory, tests/XML_Query2XML/ADOdbDefault/factory/throwDBException.phpt, tests/XML_Query2XML/ADOdbDefault/getFlatXML, tests/XML_Query2XML/ADOdbDefault/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbDefault/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/ADOdbDefault/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbDefault/getProfile, tests/XML_Query2XML/ADOdbDefault/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbDefault/getRawProfile, tests/XML_Query2XML/ADOdbDefault/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbDefault/getXML, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case02.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case03.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case04.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case05.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case06.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case07.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/case08.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/ADOdbDefault/getXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbDefault/skipif.php, tests/XML_Query2XML/ADOdbDefault/skipif_XML_Beautifier.php, tests/XML_Query2XML/ADOdbDefault/startProfiling, tests/XML_Query2XML/ADOdbDefault/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbDefault/stopProfiling, tests/XML_Query2XML/ADOdbDefault/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/ADOdbException, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbException/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/ADOdbException/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbException/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbException/_mapSQLIdentifierToXMLName, tests/XML_Query2XML/ADOdbException/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/ADOdbException/_prepareAndExecute, tests/XML_Query2XML/ADOdbException/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/ADOdbException/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/ADOdbException/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbException/clearProfiling, tests/XML_Query2XML/ADOdbException/clearProfiling/clearProfiling.phpt, tests/XML_Query2XML/ADOdbException/db_init.php, tests/XML_Query2XML/ADOdbException/disableDebugLog, tests/XML_Query2XML/ADOdbException/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbException/enableDebugLog, tests/XML_Query2XML/ADOdbException/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/ADOdbException/factory, tests/XML_Query2XML/ADOdbException/factory/throwDBException.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML, tests/XML_Query2XML/ADOdbException/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/ADOdbException/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbException/getProfile, tests/XML_Query2XML/ADOdbException/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbException/getRawProfile, tests/XML_Query2XML/ADOdbException/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbException/getXML, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/ADOdbException/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbException/getXML/case02.phpt, tests/XML_Query2XML/ADOdbException/getXML/case03.phpt, tests/XML_Query2XML/ADOdbException/getXML/case04.phpt, tests/XML_Query2XML/ADOdbException/getXML/case05.phpt, tests/XML_Query2XML/ADOdbException/getXML/case06.phpt, tests/XML_Query2XML/ADOdbException/getXML/case07.phpt, tests/XML_Query2XML/ADOdbException/getXML/case08.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbException/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/ADOdbException/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/ADOdbException/getXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbException/skipif.php, tests/XML_Query2XML/ADOdbException/skipif_XML_Beautifier.php, tests/XML_Query2XML/ADOdbException/startProfiling, tests/XML_Query2XML/ADOdbException/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbException/stopProfiling, tests/XML_Query2XML/ADOdbException/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/ADOdbPEAR, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/ADOdbPEAR/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/ADOdbPEAR/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/ADOdbPEAR/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/ADOdbPEAR/_mapSQLIdentifierToXMLName, tests/XML_Query2XML/ADOdbPEAR/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/ADOdbPEAR/_prepareAndExecute, tests/XML_Query2XML/ADOdbPEAR/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/ADOdbPEAR/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/ADOdbPEAR/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/ADOdbPEAR/clearProfiling, tests/XML_Query2XML/ADOdbPEAR/clearProfiling/clearProfiling.phpt, tests/XML_Query2XML/ADOdbPEAR/db_init.php, tests/XML_Query2XML/ADOdbPEAR/disableDebugLog, tests/XML_Query2XML/ADOdbPEAR/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/ADOdbPEAR/enableDebugLog, tests/XML_Query2XML/ADOdbPEAR/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/ADOdbPEAR/factory, tests/XML_Query2XML/ADOdbPEAR/factory/throwDBException.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/case01.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/ADOdbPEAR/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbPEAR/getProfile, tests/XML_Query2XML/ADOdbPEAR/getProfile/getProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/getRawProfile, tests/XML_Query2XML/ADOdbPEAR/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case02.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case03.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case04.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case05.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case06.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case07.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/case08.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/ADOdbPEAR/getXML/throwDBException.phpt, tests/XML_Query2XML/ADOdbPEAR/skipif.php, tests/XML_Query2XML/ADOdbPEAR/skipif_XML_Beautifier.php, tests/XML_Query2XML/ADOdbPEAR/startProfiling, tests/XML_Query2XML/ADOdbPEAR/startProfiling/startProfiling.phpt, tests/XML_Query2XML/ADOdbPEAR/stopProfiling, tests/XML_Query2XML/ADOdbPEAR/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/DB, tests/XML_Query2XML/DB/_applyColumnStringToRecord, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/DB/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/DB/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/DB/_createDOMElement, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/DB/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/DB/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/DB/_mapSQLIdentifierToXMLName, tests/XML_Query2XML/DB/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/DB/_prepareAndExecute, tests/XML_Query2XML/DB/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/DB/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification, tests/XML_Query2XML/DB/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/DB/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/DB/clearProfiling, tests/XML_Query2XML/DB/clearProfiling/clearProfiling.phpt, tests/XML_Query2XML/DB/db_init.php, tests/XML_Query2XML/DB/disableDebugLog, tests/XML_Query2XML/DB/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/DB/enableDebugLog, tests/XML_Query2XML/DB/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/DB/factory, tests/XML_Query2XML/DB/factory/throwDBException.phpt, tests/XML_Query2XML/DB/getFlatXML, tests/XML_Query2XML/DB/getFlatXML/case01.phpt, tests/XML_Query2XML/DB/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/DB/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/DB/getProfile, tests/XML_Query2XML/DB/getProfile/getProfile.phpt, tests/XML_Query2XML/DB/getRawProfile, tests/XML_Query2XML/DB/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/DB/getXML, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/DB/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/DB/getXML/case02.phpt, tests/XML_Query2XML/DB/getXML/case03.phpt, tests/XML_Query2XML/DB/getXML/case04.phpt, tests/XML_Query2XML/DB/getXML/case05.phpt, tests/XML_Query2XML/DB/getXML/case06.phpt, tests/XML_Query2XML/DB/getXML/case07.phpt, tests/XML_Query2XML/DB/getXML/case08.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/DB/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/DB/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/DB/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/DB/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/DB/getXML/throwDBException.phpt, tests/XML_Query2XML/DB/skipif.php, tests/XML_Query2XML/DB/skipif_XML_Beautifier.php, tests/XML_Query2XML/DB/startProfiling, tests/XML_Query2XML/DB/startProfiling/startProfiling.phpt, tests/XML_Query2XML/DB/stopProfiling, tests/XML_Query2XML/DB/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/MDB2, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_element1.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_element2.phpt, tests/XML_Query2XML/MDB2/_applyColumnStringToRecord/throwConfigException_idcolumn.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_dataOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterFalse.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_mergeMasterTrue.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_mergeselectiveOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_queryOptionMissing.phpt, tests/XML_Query2XML/MDB2/_applySqlOptionsToRecord/throwConfigException_sqlOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_createDOMElement, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_elementInvalid1.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_elementInvalid2.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid1.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_roottagOptionInvalid2.phpt, tests/XML_Query2XML/MDB2/_createDOMElement/throwXMLException_rowtagOptionInvalid.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_attributeSpecWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_attributesOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_elementsOptionWrongType.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_idcolumnOptionMissing.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableFunction.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableNonstaticMethod.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod1.phpt, tests/XML_Query2XML/MDB2/_getNestedXMLRecord/throwConfigException_mapperNotCallableStaticMethod2.phpt, tests/XML_Query2XML/MDB2/_mapSQLIdentifierToXMLName, tests/XML_Query2XML/MDB2/_mapSQLIdentifierToXMLName/throwXMLException.phpt, tests/XML_Query2XML/MDB2/_prepareAndExecute, tests/XML_Query2XML/MDB2/_prepareAndExecute/throwDBException_complexQuery.phpt, tests/XML_Query2XML/MDB2/_prepareAndExecute/throwDBException_simpleQuery.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/rethrowConfigException.phpt, tests/XML_Query2XML/MDB2/_processComplexElementSpecification/throwConfigException_valueOptionMissing.phpt, tests/XML_Query2XML/MDB2/clearProfiling, tests/XML_Query2XML/MDB2/clearProfiling/clearProfiling.phpt, tests/XML_Query2XML/MDB2/db_init.php, tests/XML_Query2XML/MDB2/disableDebugLog, tests/XML_Query2XML/MDB2/disableDebugLog/disableDebugLog.phpt, tests/XML_Query2XML/MDB2/enableDebugLog, tests/XML_Query2XML/MDB2/enableDebugLog/enableDebugLog.phpt, tests/XML_Query2XML/MDB2/factory, tests/XML_Query2XML/MDB2/factory/throwDBException.phpt, tests/XML_Query2XML/MDB2/getFlatXML, tests/XML_Query2XML/MDB2/getFlatXML/case01.phpt, tests/XML_Query2XML/MDB2/getFlatXML/simpleSelect.phpt, tests/XML_Query2XML/MDB2/getFlatXML/throwDBException.phpt, tests/XML_Query2XML/MDB2/getProfile, tests/XML_Query2XML/MDB2/getProfile/getProfile.phpt, tests/XML_Query2XML/MDB2/getRawProfile, tests/XML_Query2XML/MDB2/getRawProfile/getRawProfile.phpt, tests/XML_Query2XML/MDB2/getXML, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes1.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes2.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes3.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes4.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes5.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_attributes6.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements1.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements2.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements3.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements4.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements5.phpt, tests/XML_Query2XML/MDB2/getXML/asteriskShortcut_elements6.phpt, tests/XML_Query2XML/MDB2/getXML/case02.phpt, tests/XML_Query2XML/MDB2/getXML/case03.phpt, tests/XML_Query2XML/MDB2/getXML/case04.phpt, tests/XML_Query2XML/MDB2/getXML/case05.phpt, tests/XML_Query2XML/MDB2/getXML/case06.phpt, tests/XML_Query2XML/MDB2/getXML/case07.phpt, tests/XML_Query2XML/MDB2/getXML/case08.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_complexQuerySpecification.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_complexQuerySpecification_valuePHPCode.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_conditionOption.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_simpleQuerySpecification.phpt, tests/XML_Query2XML/MDB2/getXML/complexAttributeSpecification_valuePrefixes.phpt, tests/XML_Query2XML/MDB2/getXML/complexElementSpecification_conditionOption1.phpt, tests/XML_Query2XML/MDB2/getXML/complexElementSpecification_conditionOption2.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_attribute_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_attribute_phpCode.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_attribute_staticText.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_element_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_element_phpCode.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_element_staticText.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_value_columnName.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_value_phpCode.phpt, tests/XML_Query2XML/MDB2/getXML/conditionPrefix_value_staticText.phpt, tests/XML_Query2XML/MDB2/getXML/throwDBException.phpt, tests/XML_Query2XML/MDB2/skipif.php, tests/XML_Query2XML/MDB2/skipif_XML_Beautifier.php, tests/XML_Query2XML/MDB2/startProfiling, tests/XML_Query2XML/MDB2/startProfiling/startProfiling.phpt, tests/XML_Query2XML/MDB2/stopProfiling, tests/XML_Query2XML/MDB2/stopProfiling/stopProfiling.phpt, tests/XML_Query2XML/NoDBLayer, tests/XML_Query2XML/NoDBLayer/factory, tests/XML_Query2XML/NoDBLayer/factory/throwConfigException.phpt, tests/XML_Query2XML/NoDBLayer/factory/throwDBException.phpt, tests/XML_Query2XML/settings.php, tests/XML_Query2XML_ISO9075Mapper, tests/XML_Query2XML_ISO9075Mapper/map, tests/XML_Query2XML_ISO9075Mapper/map/_X_UC.phpt, tests/XML_Query2XML_ISO9075Mapper/map/_x.phpt, tests/XML_Query2XML_ISO9075Mapper/map/at.phpt, tests/XML_Query2XML_ISO9075Mapper/map/colon.phpt, tests/XML_Query2XML_ISO9075Mapper/map/curlyBraceClose.phpt, tests/XML_Query2XML_ISO9075Mapper/map/curlyBraceOpen.phpt, tests/XML_Query2XML_ISO9075Mapper/map/equalSign.phpt, tests/XML_Query2XML_ISO9075Mapper/map/greaterThan.phpt, tests/XML_Query2XML_ISO9075Mapper/map/invalidNameStartChars.phpt, tests/XML_Query2XML_ISO9075Mapper/map/invalidNametChars.phpt, tests/XML_Query2XML_ISO9075Mapper/map/lessThan.phpt, tests/XML_Query2XML_ISO9075Mapper/map/poundSign.phpt, tests/XML_Query2XML_ISO9075Mapper/map/semicolon.phpt, tests/XML_Query2XML_ISO9075Mapper/map/space.phpt, tests/XML_Query2XML_ISO9075Mapper/map/startWith_XML_UC.phpt, tests/XML_Query2XML_ISO9075Mapper/map/startWith_xml.phpt, tests/XML_Query2XML_ISO9075Mapper/map/throwException1.phpt, tests/XML_Query2XML_ISO9075Mapper/map/throwException2.phpt, tests/XML_Query2XML_ISO9075Mapper/map/throwException3.phpt, tests/XML_Query2XML_ISO9075Mapper/map/unmodified1.phpt, tests/XML_Query2XML_ISO9075Mapper/map/unmodified2.phpt, tests/XML_Query2XML_ISO9075Mapper/map/validNameChars.phpt, tests/XML_Query2XML_ISO9075Mapper/map/validNameStartChars.phpt, tests/XML_Query2XML_ISO9075Mapper/map/validSpecialChars1.phpt, tests/XML_Query2XML_ISO9075Mapper/map/validSpecialChars2.phpt, tests/XML_Query2XML_ISO9075Mapper/map/variousChars.phpt, tests/XML_Query2XML_ISO9075Mapper/skipif.php: migrated from PHPUnit2 to phpt 2006-10-27 22:10 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: some clarifications and one additional demonstration of the asterisk shortcut 2006-10-14 19:38 lukasfeiler * ChangeLog: updated ChangeLog by running cvs2cl.pl -rtT 2006-10-14 19:33 lukasfeiler * RELEASES, package.xml: ready for 0.7.0 2006-10-14 19:29 lukasfeiler * INSTALL, README: documented the new unit tests Query2XMLTestDB.php, Query2XMLTestMDB2.php, Query2XMLTestADOdb.php, Query2XMLTestADOdbPEAR.php and Query2XMLTestADOdbException.php 2006-10-14 19:28 lukasfeiler * tutorials/XML_Query2XML/XML_Query2XML.pkg: ADOdb support documented 2006-10-14 19:25 lukasfeiler * package.xml: ready for 7.0 2006-10-14 18:36 lukasfeiler * XML/Query2XML.php: added support for the database abstraction library ADOdb 2006-10-14 18:17 lukasfeiler * tests/Query2XMLTest.php, tests/Query2XMLTestADOdb.php, tests/Query2XMLTestADOdbException.php, tests/Query2XMLTestADOdbPEAR.php, tests/Query2XMLTestDB.php, tests/Query2XMLTestMDB2.php: now using separate test files for DB, MDB2, ADOdb with default error handling, ADOdb with exceptions, ADOdb with PEAR and tests that don't require any database abstraction layer 2006-09-28 10:24 lukasfeiler * package.xml: ready for 0.6.1 2006-09-28 10:18 lukasfeiler * ChangeLog: updated ChangeLog by running 'cvs2cl.pl -rtT' 2006-09-28 10:16 lukasfeiler * INSTALL, README: added info about ChangeLog-until-v0.6.0 2006-09-28 10:15 lukasfeiler * RELEASES, package.xml: added release info for 0.6.1 2006-09-28 10:05 lukasfeiler * ChangeLog-until-v0.6.0: ChangeLog entries prior to v0.6.0 which was developed at sourceforge 2006-09-28 09:19 lukasfeiler * XML/Query2XML.php: compatibility fix for PHP5 < 5.1.0: added class_exists() calls before using instanceof operator in XML_Query2XML constructor 2006-04-29 07:03 lukasfeiler * ChangeLog, INSTALL, LICENSE, README, RELEASES, XML, XML/Query2XML, XML/Query2XML.php, XML/Query2XML/ISO9075Mapper.php, cases, cases/case01, cases/case01/case01.php, cases/case01/case01.xml, cases/case02, cases/case02/case02.log, cases/case02/case02.php, cases/case02/case02.profile, cases/case02/case02.xml, cases/case02/case02_debug.php, cases/case03, cases/case03/case03.log, cases/case03/case03.php, cases/case03/case03.profile, cases/case03/case03.xml, cases/case03/case03_debug.php, cases/case04, cases/case04/case04.log, cases/case04/case04.php, cases/case04/case04.profile, cases/case04/case04.xml, cases/case04/case04_debug.php, cases/case05, cases/case05/case05.log, cases/case05/case05.php, cases/case05/case05.profile, cases/case05/case05.xml, cases/case05/case05_debug.php, cases/case06, cases/case06/case06.log, cases/case06/case06.php, cases/case06/case06.profile, cases/case06/case06.xml, cases/case06/case06_debug.php, cases/case07, cases/case07/case07.log, cases/case07/case07.php, cases/case07/case07.profile, cases/case07/case07.xml, cases/case07/case07_debug.php, cases/case08, cases/case08/case08.log, cases/case08/case08.php, cases/case08/case08.profile, cases/case08/case08.xml, cases/case08/case08_debug.php, package.xml, tests, tests/ISO9075MapperTest.php, tests/Query2XMLTest.php, tests/Query2XML_Tests.dm2, tests/Query2XML_Tests.jpg, tests/Query2XML_Tests.sql, tests/testCases.sh, tutorials, tutorials/XML_Query2XML, tutorials/XML_Query2XML/XML_Query2XML.pkg: all files for XML_Query2XML 2006-04-29 07:03 cvs2svn * .: Standard project directories initialized by cvs2svn.