I did a quick dirty patch fort Asset 1.x core only, which seems to works until now, to support pgsql database

Comments

pounard’s picture

Status: Needs review » Active

It's missing a patch for asset.module, i'm currently trying to do it

pounard’s picture

I had also to rewrite some SQL requests with a wrong string escaping in asset_wizard.inc

I repeat, if someone fall on this post that i'm doing this work as a personal work with no warantee that it always works. If you want to test and if it works for you, then I'll be glad I'm usefull to someone else than me :)

Update: updated install patch file and wizard include patch file

Another update: added install file patch for youtube module

Final note: Asset insertions and loading works on my box (with a postgresql 8.3). I need more testing, if someone is interested. I did not test the youtube module.

pounard’s picture

Status: Active » Patch (to be ported)
pounard’s picture

StatusFileSize
new6.53 KB

Here is the patch for the 5.x-1.0-beta3 version (all modules in one patch file)

put the file in sites/all/modules then run
patch -p0 < asset-5.x-1.0-beta3-pgsql.patch

pounard’s picture

Version: 5.x-1.x-dev » 5.x-1.0-beta3
wmostrey’s picture

Assigned: Unassigned » wmostrey

Thanks so much for your work on this Pierre. I'll make sure this gets into beta4. Your help on this is highly appreciated!

wmostrey’s picture

Status: Patch (to be ported) » Fixed

This has been committed to dev in http://drupal.org/cvs?commit=115826 and is right on time for beta 4. Thanks so much for this!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.