Issue Details (XML | Word | Printable)

Key: MDL-15093
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Eloy Lafuente (stronk7)
Reporter: Kevin Peno
Votes: 1
Watchers: 4
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Add support for Microsoft SQL Server Native PHP Driver

Created: 03/Jun/08 03:58 AM   Updated: 30/Jul/09 06:49 PM
Component/s: Database activity module, Database SQL/XMLDB
Affects Version/s: 1.9.1
Fix Version/s: 2.0

Environment: Windows, SQL Server 2000+, PHP 5.2+
Issue Links:
Duplicate
 

Database: Microsoft SQL
Participants: Eloy Lafuente (stronk7), Kevin Peno and Petr Škoda (skodak)
Security Level: None
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
This issue will implement a secondary database driver for the SQL Server 2005 PHP driver written by Microsoft. This driver seeks to replace the outdated and buggy php_mssql module available in the php download. Currently only the May CTP is available, but a release is imminent.

I've been contracted to create the driver for moodle and will take on development myself, providing regular updates and patches.

Refs:
PHP SQL Server Driver blog
http://blogs.msdn.com/sqlphp/

May Release (CTP)
http://www.microsoft.com/downloads/details.aspx?FamilyId=85F99A70-5DF5-4558-991F-8AEE8506833C&displaylang=en



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Škoda (skodak) added a comment - 03/Jun/08 05:11 AM
good news indeed!
please have a look at the recent rewrite of moodle database abstraction

Kevin Peno added a comment - 03/Jun/08 05:14 AM
Hello,

Thanks for the response. I will be reviewing the documentation over the week to regain my bearings.

Is there any possibility for this to be released under the next incremental (1.9.2) as well (or first)? I am expected to complete this project prior to June 20th, 2008.


Petr Škoda (skodak) added a comment - 04/Jun/08 04:04 PM
Hello,
we can not do changes like this in stable branch If you want to make it work in 1.9.x you will have to write a new adodb driver, I would recommend coordinating it with adodb people upstream.

Petr