Subject | Re: [firebird-php] Drupal 7 progress |
---|---|
Author | Lester Caine |
Post date | 2014-12-20T07:36:39Z |
When is install_task created? Many non-firebird apps seem to have db specific scripts ... on Malta so not easy to view.
Sent from my android device so the quoting is crap!
-----Original Message-----
From: "mapopa@... [firebird-php]" <firebird-php@yahoogroups.com>
To: firebird-php@yahoogroups.com
Sent: Fri, 19 Dec 2014 7:37 PM
Subject: [firebird-php] Drupal 7 progress
Sent from my android device so the quoting is crap!
-----Original Message-----
From: "mapopa@... [firebird-php]" <firebird-php@yahoogroups.com>
To: firebird-php@yahoogroups.com
Sent: Fri, 19 Dec 2014 7:37 PM
Subject: [firebird-php] Drupal 7 progress
I have moved the git repository to github
also i have cleaned up the code base a little bit
https://github.com/mariuz/firebird-drupal
The installation reaches this step
CREATE TABLE drupal_install_test (id int)
INSERT INTO drupal_install_test (id) VALUES (1)
UPDATE drupal_install_test SET id = 2
DELETE FROM drupal_install_test
DROP TABLE drupal_install_test
SELECT "VALUE" FROM "VARIABLE" WHERE name = :name
name => install_task
seems to be an issue with a select from a non existent table
Firebird/Interbase Support in Drupal 7 [#362178] | Drupal.org