Eloy Lafuente
78b3faa98c
NOBUG mssql - nasty regression causing silent script abort without notice at all, grrr.
2010-08-30 10:45:54 +00:00
Petr Skoda
9ac5fdf82b
MDL-23997 new tests for bound query compatibility
2010-08-30 08:28:18 +00:00
Petr Skoda
d533e6d7e3
MDL-23925 hopefully finalised unit tests for case and accent insensitive problems
2010-08-25 20:26:23 +00:00
Petr Skoda
915ee3f9df
MDL-23925 completely reverting binary comparison hack, we have to instruct admins to setup case+accent sensitive collation as default instead
2010-08-25 11:18:37 +00:00
Petr Skoda
5a9c25e8fc
MDL-23925 more unit tests that should help with diagnostics of collation issues; fixed utf-8 issues with first char of my nick
2010-08-25 10:14:47 +00:00
Petr Skoda
9a1e8c5e52
MDL-23925 reverting changes, we need to fix uniqueness and collation issues first
2010-08-25 09:35:18 +00:00
Petr Skoda
6055f89d30
MDL-23925, MDL-23888 new sql_ilike() and sql_binary_equal() - this should finally allow us to solve many collation issues consistently for all supported databases; please note this changes some behaviour for non-english languages when mysql used; expect more commits that actually make use of these new features
2010-08-24 21:50:53 +00:00
Petr Skoda
a4411e56aa
MDL-15093 fixed recent LIKE escape regression
2010-08-23 08:06:02 +00:00
Petr Skoda
38ead57d34
MDL-14679 more phpdocs improvements - fixed param types
2010-08-22 19:32:37 +00:00
Petr Skoda
3d54726fd4
MDL-14679 more phpdocs improvements
2010-08-22 19:26:48 +00:00
Petr Skoda
b483311752
MDL-15093 get_tables might be fetching too many tables because "_" was not quoted, it was not a big problem because tables are validated once more later
2010-08-22 19:20:23 +00:00
Petr Skoda
30e7e9e4bc
MDL-15093 improved coding style
2010-08-22 19:17:06 +00:00
Petr Skoda
9331d879eb
MDL-14679 more return types added
2010-08-22 19:06:06 +00:00
Petr Skoda
f688db7d57
fixed comment typo
2010-08-22 19:01:09 +00:00
Petr Skoda
3503dcad31
MDL-14679 fixing more incorrect return types
2010-08-22 19:00:28 +00:00
Petr Skoda
5212b07f20
MDL-14679 fixing incorrect return type of recordset methods
2010-08-22 18:55:29 +00:00
Petr Skoda
4a6c2ab88e
MDL-14679 fixing obsolete driver names in comments
2010-08-22 18:51:45 +00:00
Petr Skoda
bca5016190
MDL-15093 removing obsolete TODO comment
2010-08-22 18:48:24 +00:00
Petr Skoda
2740cea059
MDL-15093 fixed comment indentation
2010-08-22 18:46:23 +00:00
Petr Skoda
1db51b5ad4
MDL-15093 removing invalid PHPDOC comment
2010-08-22 11:36:10 +00:00
Petr Skoda
5585eab302
MDL-15093 fixed notice when dboptions not supplied
2010-08-22 11:34:56 +00:00
Petr Skoda
ed22700db5
MDL-23682 improved overriding of MyISAM default engine with something that supports ACID
2010-08-19 07:09:14 +00:00
Petr Skoda
d35ece6cce
MDL-23682 new MySQL engine diagnostics + InnoDB is now used instead of MyISAM in new installs if available + improved mysql transaction support
2010-08-18 16:47:00 +00:00
Petr Skoda
e9fec42f01
MDL-23568 new unit test that verifies the id is not modified in isnert_record() methods
2010-07-31 21:13:46 +00:00
Petr Skoda
1045bec09c
MDL-23568 fixed regression when using blobs
2010-07-31 21:12:02 +00:00
Petr Skoda
2d1e17c899
MDL-23568 fixed regression
2010-07-31 21:11:26 +00:00
Petr Skoda
d8fa8e406e
MDL-23568 parameters of DML function insert_record are not modified any more < improved coding style, now using cast to array consistently
2010-07-31 20:51:22 +00:00
Petr Skoda
66c0ee78a5
MDL-21249 fixed wrong package grrrrrr, thanks Eloy!
2010-07-25 20:18:39 +00:00
Petr Skoda
f2ed3f05a7
MDL-21249 improved php docs and adding direct access prevention in dml
2010-07-25 12:57:24 +00:00
msketcham
0c57c86713
This is the Native SQL*Server adapter for the SQL Server Driver for PHP version 1.1 released by Microsoft.
...
Prerequisites for installation and usage: Install SQL Server 2005 or later, and the SQL Server Driver for PHP version 1.1 (http://msdn.microsoft.com/en-us/library/cc296170(v=SQL.90).aspx ), and configure the SQL Server installation using SQL Server Management Studio with the following command:
USE MASTER
GO
ALTER DATABASE <your-database-name> SET READ_COMMITTED_SNAPSHOT ON
GO
2010-06-23 22:40:49 +00:00
Eloy Lafuente
471dc4d307
NOBUG postgresql driver - better index names detection. Related to MDL-22804
2010-06-16 15:46:08 +00:00
Sam Marshall
b3f1efb553
dml NOBUG Corrected out of date phpdoc comment
2010-06-16 10:13:41 +00:00
Eloy Lafuente
12ffe20371
NOBUG: Formatting and adding some comments about row versioning required
2010-05-26 17:45:40 +00:00
Eloy Lafuente
982fd65f2d
MDL-22540 mssql driver - release lock doesn't use mode param
2010-05-23 09:24:08 +00:00
Petr Skoda
2434f624ad
yet more comment typos
2010-05-21 18:32:44 +00:00
Petr Skoda
14c423d70e
a few more comment typos
2010-05-21 18:29:35 +00:00
Petr Skoda
02df9cfdfb
comment typos again
2010-05-21 18:25:59 +00:00
Petr Skoda
4d276e3482
more comment typos
2010-05-21 18:23:06 +00:00
Petr Skoda
862d54c314
fixed a large number of typos in comments :-(
2010-05-21 18:18:42 +00:00
Eloy Lafuente
10f375aa2e
MDL-22076 temptables - warn and dropped on disposal
2010-04-21 16:12:27 +00:00
David Mudrak
a0b7200d9c
Fixing typos in DB persistant connection setting
2010-03-25 11:17:01 +00:00
Eloy Lafuente
cd6d352396
NOBUG: Normalise generated param names so we can safely use sql_xxx() helper functions everywhere.
2010-03-22 18:06:59 +00:00
Eloy Lafuente
438d73f84f
NOBUG: Handle duplicated NAMED params in set_field() uses
2010-03-22 17:00:46 +00:00
Eloy Lafuente
bc4fd49d29
NOBUG: Adding 3 new tests that reveal 2 different problems with NAMED params
2010-03-22 14:41:57 +00:00
Eloy Lafuente
00511e2101
MDL-21834 DDL tests - fix concurrent temp tables for postgresql
2010-03-17 01:32:59 +00:00
Eloy Lafuente
63b3d8abb4
MDL-21264 sql_isnotempty() fixed. Thanks Tim!
...
Added (and passed) a bunch of tests for that function.
2010-01-07 14:59:54 +00:00
Eloy Lafuente
ff8c7b2ac8
MDL-19057 DML tests - prevent CLOB/BLOB contents to be in error/pass output
2009-11-30 16:45:07 +00:00
Eloy Lafuente
7baf478491
MDL-20625 concurrent tests - added note about MySQL and MSSQL
2009-11-08 23:15:02 +00:00
Eloy Lafuente
9d3cbeb695
MDL-17491 oracle connections - fix annoyance when multiple connections
...
are used and enforce new connections by using oci_new_connect()
2009-11-08 23:13:31 +00:00
Petr Skoda
07b81ebd2d
MDL-20625 coding help - better detection of missing commit or rollback
2009-11-08 21:19:11 +00:00