Closed (fixed)
Project:
Embed filter
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2007 at 10:10 UTC
Updated:
17 Feb 2007 at 10:01 UTC
This module does not create any of its own tables but it does make one call to the drupal db_next_id function. This function in MySQL uses a special sequences table. In PostgreSQL there is native support for a sequence separate from a table. To support db_next_id in PostgreSQL you must create a sequence. Attached is a quick and dirty embedfilter.module that will create the sequence.
| Comment | File | Size | Author |
|---|---|---|---|
| embedfilter.install | 222 bytes | jaydub |
Comments
Comment #1
robertdouglass commentedcommitted. Thanks!
Comment #2
(not verified) commented