summaryrefslogtreecommitdiff
path: root/ext/sybase_ct/tests
Commit message (Collapse)AuthorAgeFilesLines
* removed ext/sybase_ctAnatol Belski2015-02-1027-1490/+0
|
* typo fixesVeres Lajos2013-07-154-5/+5
|
* - More and more missing svn:ignore entries.Jani Taskinen2009-08-021-216/+0
|
* - Added test for optional parameter "new" to sybase_connect()Timm Friebe2008-11-102-4/+7
|
* - Initial releaseTimm Friebe2008-11-093-0/+64
|
* - Initial releaseTimm Friebe2008-11-091-0/+23
|
* - Initial releaseTimm Friebe2008-11-091-0/+65
|
* - Added test for sybase_free_result() without full fetchTimm Friebe2008-11-091-0/+7
|
* - Initial releaseTimm Friebe2008-11-091-0/+34
| | | | | # Tests sybase_unbuffered_query() together with sybase_free_result()
* - MFH: Added connection checking on SKIPIFFelipe Pena2008-11-081-0/+5
|
* - Adjusted tests to realityTimm Friebe2008-11-081-4/+4
| | | | | | # We select 123456789.12345679, we should have this returned and not # something 123456789.123457 (rounded)
* - Made this test independent of date formatTimm Friebe2008-11-081-4/+4
|
* - Initial releaseTimm Friebe2008-11-081-0/+37
|
* - Changed source to read host, user and password from environmentTimm Friebe2008-11-081-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..sysprocessesTimm Friebe2008-11-081-10/+0
| | | | | # char on ASE 11, varchar on ASE 15
* - Fixed expected warning messagesTimm Friebe2008-11-081-4/+4
| | | | | # Changed during migration to parameter parsing API
* - Changed hardcoded "tempdb" database name to a constantTimm Friebe2007-05-221-1/+1
|
* - Fixed expectancy in for SQL query <select convert(datetime, "notadate")>Timm Friebe2007-05-221-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 Friebe2007-05-221-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 constantTimm Friebe2007-05-223-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 WindowsTimm Friebe2007-05-224-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 #11021Timm Friebe2007-03-141-1/+2
| | | | | | - Adjusted expected output # Seems newer Sybase versions yielf different error codes for getdate(NULL)
* - Changed expected outputTimm Friebe2007-03-141-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 outputTimm Friebe2007-03-142-59/+59
| | | | | # Due to var_export() & __set_state() changes
* MFHAntony Dovgal2007-03-111-1/+1
|
* fix testsAntony Dovgal2007-03-111-1/+2
|
* - Made error handler not output anything if error was not in ↵Timm Friebe2005-02-061-0/+1
| | | | error_reporting() mask
* - Fixed error handler for situations in which an errorTimm Friebe2005-02-061-1/+1
| | | | | was raised in an include file
* - Initial releaseTimm Friebe2005-02-061-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 Friebe2005-02-065-9/+9
|
* - Initial releaseTimm Friebe2005-02-061-0/+27
| | | | | # Works perfectly with php-cli
* - "Unified" test nameTimm Friebe2005-02-061-1/+1
|
* Skip condition was fixed.Dmitry Stogov2004-11-221-1/+1
|
* - Initial releaseTimm Friebe2004-07-121-0/+76
|
* - Initial releaseTimm Friebe2004-07-112-0/+241
|
* - Added simple test for float exceeding the float precisionTimm Friebe2004-07-111-2/+6
| | | | | # See bug #29064
* - Initial releaseTimm Friebe2004-07-111-0/+54
|
* - Initial releaseTimm Friebe2004-07-112-0/+143
|
* - Fixed expected return value from test #2Timm Friebe2004-05-211-2/+2
| | | | | Invalid resources yield bool(false) in PHP5, NULL in PHP4
* - Removed currently leaking auto-cancel testTimm Friebe2004-05-211-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 Friebe2004-05-211-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 releaseTimm Friebe2004-05-211-0/+49
|
* - Fixed test for LONG_MIN / LONG_MAX for 64-bit platformsTimm Friebe2004-05-161-12/+15
|
* - Initial releaseTimm Friebe2004-05-161-0/+80
|
* - Removed pointless call to error_reporting()Timm Friebe2004-02-101-2/+0
|
* - Initial releaseTimm Friebe2004-02-091-0/+70
|
* - Changed error_reporting setting to E_ALL so we get the noticesTimm Friebe2004-02-091-0/+2
|
* - Made server name and credentials contain something obviously incorrect.Timm Friebe2004-02-081-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 releaseTimm Friebe2004-01-251-0/+27
|
* - Added test for case when incorrect argument type isTimm Friebe2004-01-251-0/+4
| | | | | passed to sybase_set_message_handler()