SELECT ... FROM (settings left join entries on settings.entry_id = entries.id) WHERE settings.name = 'background_image' AND settings.profile_id = '' ORDER BY settings.id DESC LIMIT 5000 OFFSET 0
Latest Updates RSS
-
shiny
-
shiny
i'm stuck - ERROR: invalid input syntax for integer: ""
-
brian
OMB is on Gitorious too http://gitorious.org/openmicroblogger/mainline/trees/master
-
brian
@shiny if you follow the recent changes to mysql.php -- I need to catch up postgresql.php with those
-
brian
@shiny cool, thanks a lot!
-
shiny
got it working - will send git merge request on github soon
-
shiny
is prefix optional? It's trying to create tables that have names beginning with . (which makes postgres angry)
-
brian
@shiny instead of using the web install and config.php, just go straight to /app/config/config.yml -- change "mysql" to "postgresql". then browse to /
-
brian
@shiny I haven't run it on PostgreSQL in a long time, but I might try it out tonight since you're interested
-
shiny
does this really work in postgres? How do i tell config.php to connect the postgres not mysql?
