Hi,
Is there a way to use autoincrement in axiom ? I need a property in my model
that reflects the last row id after every insert operation. Also, is it
safe to use non-db variables in axiom model ? something like
class test1(Item):
name = attributes.text()
surname = "my non db variable"
T
On Mon, Mar 1, 2010 at 1:31 AM, code prophecy wrote:
> Is there a way to use autoincrement in axiom ? I need a property in my model
> that reflects the last row id after every insert operation.
There isn't currently any way to have an autoincrement attribute.
However, the storeID attribute is un
On Sat, Feb 27, 2010 at 11:59 PM, Attila Nagy wrote:
> What would I like to do:
> 1. authenticate and authorize connecting clients with their SSL certificates
> 2. securely transfer arbitrary (binary and json) data from and to the
> clients (both the server and client would be twisted)
If you're
On Mon, 2010-03-01 at 02:33 +0200, Tristan Seligmann wrote:
> On Sat, Feb 27, 2010 at 11:59 PM, Attila Nagy wrote:
> > What would I like to do:
> > 1. authenticate and authorize connecting clients with their SSL certificates
> > 2. securely transfer arbitrary (binary and json) data from and to the
On Feb 27, 2010, at 3:59 PM, Attila Nagy wrote:
> Hello,
Hello!
> I'm planning a data collector gateway and wondering whether Twisted's
> AMP would be good for the task.
Yes, I believe so.
> AMP seems to be a good fit for the job, but I'm not sure about the
> security. I make the client side t