Displaying 2 results from an estimated 2 matches for "vanasco".
2005 Aug 09
2
Feature Requests
I put them on the wiki page, but I'm not sure if they're read often
or whatever.
a - Sqlite support
I know its been talked about, but it wasn't on the request/todo
page until i threw it on there, so i wanted chime in for it as well
b - User configurable ports
ports are hardcoded in the c source file.
it would be nice if these were the defaults, and could be
2005 Oct 10
1
Need help with SQL queries after updating to 1.0a3
I upgraded to 1.0a3 - i have everything in the config migrated over,
but I'm unsure about the way i should be querying postgres
my db handles virtual accounts only, and is set as such:
CREATE TABLE accounts (
local_part VARCHAR(64) NOT NULL,
domain VARCHAR(64) NOT NULL,
password VARCHAR(64) NULL,
home_dir VARCHAR(256) NOT NULL,
uid INTEGER DEFAULT