summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx_mssql.h
Commit message (Collapse)AuthorAgeFilesLines
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* whitespace, braces, coding style (Mc)Marc Boeren2001-08-171-10/+10
|
* - Use the same coding standards for pointers as the rest of PHP.Andi Gutmans2001-08-171-9/+9
| | | | | - For example, char ** foo should be char **foo
* Adding cvs ID to source filesFrank M. Kromann2001-08-071-0/+2
|
* Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function andMarc Boeren2001-06-051-9/+9
| | | | | | | | | | DBX_CMP_ASC, DBX_CMP_DESC flags. Default comparison changed from DBX_CMP_TEXT to new DBX_CMP_NATIVE. Solved bug in associative fields when using mssql Cleaned up comments (/*/ ... /*/ to /* ... */) dbx_connect now always return false if the database is not found. Optimized dbx_query field-info retrieval loop
* Registered db-module constants for use in dbx_connect (Mc)Marc Boeren2001-05-041-0/+58
Added support for Microsoft SQL Server (Mc)