Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pimped testsuite for PostgreSQL #428

Merged
merged 18 commits into from
Aug 14, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added for namespaced schema a tablePrexis, otherwise it will overwr…
…ite the table from `bookstore`.
  • Loading branch information
marcj committed Aug 14, 2013
commit a39a8e90b68b30fe8c962432a0cf7bd852b50aee
3 changes: 2 additions & 1 deletion tests/Fixtures/namespaced/schema.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<database name="bookstore_namespaced" defaultIdMethod="native"
tablePrefix="namespaced_"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../generator/resources/xsd/database.xsd">
xsi:noNamespaceSchemaLocation="../../../resources/xsd/database.xsd">

<table name="book" description="Book Table" phpName="NamespacedBook" namespace="Foo\Bar">
<column name="id" required="true" primaryKey="true" autoIncrement="true" type="INTEGER" description="Book Id" />
Expand Down