mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
Typo
parent
89e99c149b
commit
113baa1da2
@ -9,9 +9,9 @@
|
||||
Plain text queries, for a single query instance, are faster and the most flexible. They are also the
|
||||
most insecure, providing no barrier to `sql injection` attacks.
|
||||
|
||||
##Paramaterized Queries##
|
||||
##Parameterized Queries##
|
||||
|
||||
A paramaterized query allows you "pass arguments" to a query, providing a barrier to `sql injection` attacks.
|
||||
A parameterized query allows you "pass arguments" to a query, providing a barrier to `sql injection` attacks.
|
||||
|
||||
Parameters may not be DDL:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user