On Fri, Nov 1, 2013 at 2:15 PM, techi eth <techi...@gmail.com> wrote:

> It is not good to have feature where each table owner are free to allow the
> way he want to create trigger.
>

sqlite does not offer per-table owners, nor any concept of "owners" at all,
as is clearly stated in the docs:

http://sqlite.org/zeroconf.html

So (again) you seem to be complaining about something which is "broken"
even though sqlite has never advertised itself as having any such feature.
If you want multi-user support, use a multi-user database. There are plenty
of them out there, but sqlite is not one of them.

The concept you're describing here - multiple "owners" within one database
instance - falls far outside of sqlite's features. Either program them
yourself or use db software which supports them. If you choose to program
them yourself, you will get MUCH better responses on this list if you will
start demonstrating that you've read the available documentation, rather
than showing us your hypothetical (obviously untested) SQL which in no way
reflects the realities of SQL nor sqlite3.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Since tyranny's the only guaranteed byproduct of those who insist on a
perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to