Menu

#2 Unnecessary namespace pollution

open
nobody
None
5
2004-04-13
2004-04-13
Mikhail T.
No

All of the functions in sql.cc except for the Sql_Init() should
be static. This may allow more efficient compilation, and will
definitely help reduce the possibility of name-clashes with
some other libraries, that may also define something
generic-sounding like "SqlCmd".

Discussion


Log in to post a comment.