Closed (fixed)
Project:
Custom Pagers
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2008 at 09:21 UTC
Updated:
14 Apr 2009 at 16:00 UTC
Hi,
When doing a coder review of the custom pagers module, I found that the new Drupal 6 Schema API is not being used in the update functions in the install file for adding new columns to the database. The attached patch addresses this issue.
Cheers,
Stella
| Comment | File | Size | Author |
|---|---|---|---|
| custom_pagers_schema_api.patch | 2.51 KB | stella |
Comments
Comment #1
catchThese changes look good to me. Checked it applied cleanly etc. but I didn't actually run the update path. Should be good to go though.
Comment #2
eaton commentedSchema API should not be used for *older* update functions that predate schema API, should they?
I'm not sure about this one, it's worth thinking about.
Comment #3
eaton commentedLooks like this is indeed the right way. Checked in. Thanks!