From 39081f84a402aebb52d98a43e4675c90135cea9b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 7 Dec 2011 19:06:52 +0100 Subject: added sql files --- sql/custom_get_by_ident.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/custom_get_by_ident.sql (limited to 'sql/custom_get_by_ident.sql') diff --git a/sql/custom_get_by_ident.sql b/sql/custom_get_by_ident.sql new file mode 100644 index 0000000..6954615 --- /dev/null +++ b/sql/custom_get_by_ident.sql @@ -0,0 +1 @@ +select * from custom_fields where server_id=:server_id: and ident=:ident: and value like(:pattern:); \ No newline at end of file -- cgit v1.2.3