StaticPages, PostgreSQL, and Empty Values

Creating and modifying plugins.
Post Reply
Tom - Daai Tou Laam
Regular
Posts: 15
Joined: Thu Jan 06, 2005 1:34 am
Location: Hong Kong
Contact:

StaticPages, PostgreSQL, and Empty Values

Post by Tom - Daai Tou Laam »

Using StaticPages plugin 3.06 and PostgreSQL, the creation of new pages fails if "Perform Markup Transformations" is set to "No"

The INSERT INTO serendipity_staticpages fails as 'markup' field is a '' instead of an int. Should it be set to '0' for a No?

The 'pageorder' field is also '', though that doesn't create a failure.
Tom - Daai Tou Laam
Regular
Posts: 15
Joined: Thu Jan 06, 2005 1:34 am
Location: Hong Kong
Contact:

Updates on Blank Values

Post by Tom - Daai Tou Laam »

So the datatype defined in the serendipity_event_staticpage.php for these is boolean, but the datatype for the postgresql table serendipity_staticpages is smallint instead of boolean.

And I'm having issues being able to update the initial staticpage from the web if I go from a 'true' to a 'false' value on any of the booleans as the UPDATE statement fails with a the 'false' value becoming a '' when it makes it to the sql call.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: StaticPages, PostgreSQL, and Empty Values

Post by garvinhicking »

Thanks for notifying me about this! I hopefully fixed this issue in version 3.07 of the plugin!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply