Public bug reported:

So users can create your own processing and your own forms without need
to use default forms, so user will have option if they don't like aiki
forms.

current aiki have (#(hits which I think should be replaced by (sql(
(UPDATE table set field + 1 WHERE id = ((id))||  ) )sql) using old
markup. and insert could be used if someone want to store IP adresses

INSERT into ip(adress) values(INET_ATON([IP])) ON DUPLICATE KEY UPDATE
counter = counter + 1

when you have insert you have more options

** Affects: aikiframework
     Importance: Critical
         Status: New

** Changed in: aikiframework
   Importance: Undecided => Critical

** Changed in: aikiframework
    Milestone: None => 0.9.2

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/988287

Title:
  inline sql should execute INSERT and UPDATE

Status in Aiki Framework:
  New

Bug description:
  So users can create your own processing and your own forms without
  need to use default forms, so user will have option if they don't like
  aiki forms.

  current aiki have (#(hits which I think should be replaced by (sql(
  (UPDATE table set field + 1 WHERE id = ((id))||  ) )sql) using
  old markup. and insert could be used if someone want to store IP
  adresses

  INSERT into ip(adress) values(INET_ATON([IP])) ON DUPLICATE KEY UPDATE
  counter = counter + 1

  when you have insert you have more options

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/988287/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to