Change prefix to PGSQL
Two letter prefixes are too risky to cause collisions. FossilOrigin-Name: 77c26b4fcecfc3e46c1e0b9412a9a88d0139604e2ad45e54b0c8734d464ea2c6
This commit is contained in:
parent
181e9b2e62
commit
d205d00765
20 changed files with 112 additions and 111 deletions
|
@ -16,10 +16,10 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#import "PGResult.h"
|
||||
#import "PGResultRow.h"
|
||||
#import "PGConnection.h"
|
||||
#import "PGSQLResult.h"
|
||||
#import "PGSQLResultRow.h"
|
||||
#import "PGSQLConnection.h"
|
||||
|
||||
#import "PGException.h"
|
||||
#import "PGCommandFailedException.h"
|
||||
#import "PGConnectionFailedException.h"
|
||||
#import "PGSQLException.h"
|
||||
#import "PGSQLExecuteCommandFailedException.h"
|
||||
#import "PGSQLConnectionFailedException.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue