| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | removed ext/sybase_ct | Anatol Belski | 2015-02-10 | 27 | -1490/+0 |
| | | |||||
| * | typo fixes | Veres Lajos | 2013-07-15 | 4 | -5/+5 |
| | | |||||
| * | - More and more missing svn:ignore entries. | Jani Taskinen | 2009-08-02 | 1 | -216/+0 |
| | | |||||
| * | - Added test for optional parameter "new" to sybase_connect() | Timm Friebe | 2008-11-10 | 2 | -4/+7 |
| | | |||||
| * | - Initial release | Timm Friebe | 2008-11-09 | 3 | -0/+64 |
| | | |||||
| * | - Initial release | Timm Friebe | 2008-11-09 | 1 | -0/+23 |
| | | |||||
| * | - Initial release | Timm Friebe | 2008-11-09 | 1 | -0/+65 |
| | | |||||
| * | - Added test for sybase_free_result() without full fetch | Timm Friebe | 2008-11-09 | 1 | -0/+7 |
| | | |||||
| * | - Initial release | Timm Friebe | 2008-11-09 | 1 | -0/+34 |
| | | | | | | # Tests sybase_unbuffered_query() together with sybase_free_result() | ||||
| * | - MFH: Added connection checking on SKIPIF | Felipe Pena | 2008-11-08 | 1 | -0/+5 |
| | | |||||
| * | - Adjusted tests to reality | Timm Friebe | 2008-11-08 | 1 | -4/+4 |
| | | | | | | | # We select 123456789.12345679, we should have this returned and not # something 123456789.123457 (rounded) | ||||
| * | - Made this test independent of date format | Timm Friebe | 2008-11-08 | 1 | -4/+4 |
| | | |||||
| * | - Initial release | Timm Friebe | 2008-11-08 | 1 | -0/+37 |
| | | |||||
| * | - Changed source to read host, user and password from environment | Timm Friebe | 2008-11-08 | 1 | -3/+3 |
| | | | | | | # E.g. nmake test TESTS=ext/sybase_ct PHP_SYBASE_HOST=db PHP_SYBASE_USER=sa PHP_SYBASE_PASS=*** | ||||
| * | - Made this test independent of field types in master..sysprocesses | Timm Friebe | 2008-11-08 | 1 | -10/+0 |
| | | | | | | # char on ASE 11, varchar on ASE 15 | ||||
| * | - Fixed expected warning messages | Timm Friebe | 2008-11-08 | 1 | -4/+4 |
| | | | | | | # Changed during migration to parameter parsing API | ||||
| * | - Changed hardcoded "tempdb" database name to a constant | Timm Friebe | 2007-05-22 | 1 | -1/+1 |
| | | |||||
| * | - Fixed expectancy in for SQL query <select convert(datetime, "notadate")> | Timm Friebe | 2007-05-22 | 1 | -3/+2 |
| | | | | | | | | | | This query should return bool(false) and not a resource() because the above is a syntax error # Exact message yielded by SQL server is the following: # "Syntax error during explicit conversion of VARCHAR value `notadate` # to a DATETIME field. | ||||
| * | - Added constant TEMPDB, defaulting to "tempdb" | Timm Friebe | 2007-05-22 | 1 | -0/+1 |
| | | | | | | | # This constant is used by some of the tests and should point # to a database where the user has create proc|table permissions | ||||
| * | - Changed hardcoded "tempdb" database name to a constant | Timm Friebe | 2007-05-22 | 3 | -4/+4 |
| | | | | | | | | # This constant is defined in test.inc and defaults to "tempdb" # In certain setups, create procedure permissions may not be granted # in tempdb | ||||
| * | - Fixed tests on Windows | Timm Friebe | 2007-05-22 | 4 | -5/+5 |
| | | | | | | | | # The tests expected %s/test.inc in warnings and notices, but of course, # on Windows, the directory separator is a backslash. # Made this work in both worlds by testing for %stest.inc | ||||
| * | - Changed message handler also to handle message #11021 | Timm Friebe | 2007-03-14 | 1 | -1/+2 |
| | | | | | | | - Adjusted expected output # Seems newer Sybase versions yielf different error codes for getdate(NULL) | ||||
| * | - Changed expected output | Timm Friebe | 2007-03-14 | 1 | -2/+2 |
| | | | | | | | | # select getdate() returns something like "Mar 14 2007 12:44PM", we # were checking for one additional (nonexistant) whitespace after "Mar" # which was wrong. Don`t know when and how this changed | ||||
| * | - Changed expected output | Timm Friebe | 2007-03-14 | 2 | -59/+59 |
| | | | | | | # Due to var_export() & __set_state() changes | ||||
| * | MFH | Antony Dovgal | 2007-03-11 | 1 | -1/+1 |
| | | |||||
| * | fix tests | Antony Dovgal | 2007-03-11 | 1 | -1/+2 |
| | | |||||
| * | - Made error handler not output anything if error was not in ↵ | Timm Friebe | 2005-02-06 | 1 | -0/+1 |
| | | | | | error_reporting() mask | ||||
| * | - Fixed error handler for situations in which an error | Timm Friebe | 2005-02-06 | 1 | -1/+1 |
| | | | | | | was raised in an include file | ||||
| * | - Initial release | Timm Friebe | 2005-02-06 | 1 | -0/+215 |
| | | | | | | | # Used for being able to run .phpt-files in a webserver environment # Incomplete and pretty basic but serves its purpose ATM | ||||
| * | - Prefixed all temporary names with "phpt_" | Timm Friebe | 2005-02-06 | 5 | -9/+9 |
| | | |||||
| * | - Initial release | Timm Friebe | 2005-02-06 | 1 | -0/+27 |
| | | | | | | # Works perfectly with php-cli | ||||
| * | - "Unified" test name | Timm Friebe | 2005-02-06 | 1 | -1/+1 |
| | | |||||
| * | Skip condition was fixed. | Dmitry Stogov | 2004-11-22 | 1 | -1/+1 |
| | | |||||
| * | - Initial release | Timm Friebe | 2004-07-12 | 1 | -0/+76 |
| | | |||||
| * | - Initial release | Timm Friebe | 2004-07-11 | 2 | -0/+241 |
| | | |||||
| * | - Added simple test for float exceeding the float precision | Timm Friebe | 2004-07-11 | 1 | -2/+6 |
| | | | | | | # See bug #29064 | ||||
| * | - Initial release | Timm Friebe | 2004-07-11 | 1 | -0/+54 |
| | | |||||
| * | - Initial release | Timm Friebe | 2004-07-11 | 2 | -0/+143 |
| | | |||||
| * | - Fixed expected return value from test #2 | Timm Friebe | 2004-05-21 | 1 | -2/+2 |
| | | | | | | Invalid resources yield bool(false) in PHP5, NULL in PHP4 | ||||
| * | - Removed currently leaking auto-cancel test | Timm Friebe | 2004-05-21 | 1 | -14/+1 |
| | | | | | | | - Fixed expected return value from sybase_num_rows() when an invalid resource is passed (returns false instead of NULL) | ||||
| * | - Fixed expected return value from var_dump() | Timm Friebe | 2004-05-21 | 1 | -5/+2 |
| | | | | | | | | - Cleaned up SQL statement # This bug has been fixed, but this test should be kept anyways, # just to make sure it does not reappear | ||||
| * | - Initial release | Timm Friebe | 2004-05-21 | 1 | -0/+49 |
| | | |||||
| * | - Fixed test for LONG_MIN / LONG_MAX for 64-bit platforms | Timm Friebe | 2004-05-16 | 1 | -12/+15 |
| | | |||||
| * | - Initial release | Timm Friebe | 2004-05-16 | 1 | -0/+80 |
| | | |||||
| * | - Removed pointless call to error_reporting() | Timm Friebe | 2004-02-10 | 1 | -2/+0 |
| | | |||||
| * | - Initial release | Timm Friebe | 2004-02-09 | 1 | -0/+70 |
| | | |||||
| * | - Changed error_reporting setting to E_ALL so we get the notices | Timm Friebe | 2004-02-09 | 1 | -0/+2 |
| | | |||||
| * | - Made server name and credentials contain something obviously incorrect. | Timm Friebe | 2004-02-08 | 1 | -4/+4 |
| | | | | | | | | - Made charset parameter default to "iso_1" (fixed "Sybase: Unable to update character set." warnings which were failing all tests when the official Sybase libraries were used - FreeTDS ignores this). | ||||
| * | - Initial release | Timm Friebe | 2004-01-25 | 1 | -0/+27 |
| | | |||||
| * | - Added test for case when incorrect argument type is | Timm Friebe | 2004-01-25 | 1 | -0/+4 |
| | | | | | | passed to sybase_set_message_handler() | ||||
