8000 Merge pull request #76 from darthdeus/patch-1 · mauricio/postgresql-async@b213e44 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit b213e44

Browse files
committed
Merge pull request #76 from darthdeus/patch-1
DAT GRAMMAR
2 parents 8c0fe28 + 7cc7aaf commit b213e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you have used JDBC before, you might have heard that prepared statements are
7070
to databases. This isn't exactly true all the time (as you can see on [this presentation](http://www.youtube.com/watch?v=kWOAHIpmLAI)
7171
by [@tenderlove](http://github.com/tenderlove)) and there is a memory cost in keeping prepared statements.
7272

73-
Prepared statements are tied to a connection, they are not database-wide, so, if you generate your queries dinamically
73+
Prepared statements are tied to a connection, they are not database-wide, so, if you generate your queries dynamically
7474
all the time you might eventually blow up your connection memory and your database memory.
7575

7676
Why?

0 commit comments

Comments
 (0)
0