Skip to content

Move info from docs into README #199

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

Merged
merged 4 commits into from
Jan 11, 2017
Merged

Move info from docs into README #199

merged 4 commits into from
Jan 11, 2017

Conversation

crandmck
Copy link
Contributor

@0candy
Per loopbackio/loopback.io#158 I'm moving info from docs into the README, as for the other connectors.


Please see the [official documentation](http://loopback.io/doc/en/lb2/PostgreSQL-connector.html).
<div class="gh-only">For more information, see the <a href="http://loopback.io/doc/en/lb2/PostgreSQL-connector.html">documentation</a>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, cut and paste error propagation! :-(
Fixed, thanks.


Destroying models may result in errors due to foreign key integrity. First delete any related models first calling delete on models with relationships.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First delete any related models first by calling delete on models with relationships.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@crandmck crandmck merged commit a7c22cf into master Jan 11, 2017
@crandmck crandmck deleted the update-readme branch January 11, 2017 18:26
@crandmck crandmck removed the review label Jan 11, 2017
jannyHou pushed a commit that referenced this pull request Feb 24, 2017
Move info from docs into README
rmg pushed a commit that referenced this pull request Feb 24, 2017
 * Add test for bulk transactions (Zak Barbuto)
 * Use pg callback over connection.release (#109) (Zak Barbuto)
 * Use pool.pool.release over pool.release (#109) (Zak Barbuto)
 * Add test env information to README (Zak Barbuto)
 * update README for local postgres setup (Diana Lau)
 * Update postgresql.js (tmclouisluk)
 * Fix bug when using postgresql 8.x (tmclouisluk)
 * Use unique param for affectedRows (Loay)
 * Move info from docs into README (#199) (Rand McKinney)
 * Update paid support URL (Siddhi Pai)
 * Revert loopback 2.x (siddhipai)
 * Revert dev-dependency on loopback to 2.x (Siddhi Pai)
 * Set publish tag to "lts" (Siddhi Pai)
 * Update README with correct doc links, etc (Amir Jafarian)
kjdelisle pushed a commit that referenced this pull request Mar 31, 2017
 * Remove console.log (Raymond Feng)
 * Monkey patch generic-pool to work through errors (Russ Tyndall)
 * Fix the escape char (Raymond Feng)
 * Upgrade to [email protected] (Loay)
 * Add checkFieldAndIndex for table status (#228) (Sakib Hasan)
 * Refactor migration methods (ssh24)
 * Fix code style inconsistencies in ilike tests (Alireza Ahmadi)
 * Improve tests for better code style consistency (Alireza Ahmadi)
 * Add tests for pattern matching operators (Alireza Ahmadi)
 * Add ILIKE functionality (Alireza Ahmadi)
 * Refactor discovery models (Loay Gewily)
 * merge in #216 (gregdingle)
 * Fix unit tests (ssh24)
 * Fix linting errors and unnesssary changes. (Diana Lau)
 * remove done() calls in test (gregdingle)
 * Added test. Ran run-tests. (gregdingle)
 * Fix bug where settings for pg-pool were dropped (Greg Dingle)
 * Update README with correct doc links, etc (Amir Jafarian)
 * Add test for bulk transactions (Zak Barbuto)
 * Use pg callback over connection.release (#109) (Zak Barbuto)
 * Use pool.pool.release over pool.release (#109) (Zak Barbuto)
 * Add test env information to README (Zak Barbuto)
 * update README for local postgres setup (Diana Lau)
 * Update postgresql.js (tmclouisluk)
 * Fix bug when using postgresql 8.x (tmclouisluk)
 * Replicate new issue_template from loopback (Siddhi Pai)
 * Replicate issue_template from loopback repo (Siddhi Pai)
 * Update LB connector version (Loay)
 * Use unique param for affectedRows (Loay)
 * Move info from docs into README (#199) (Rand McKinney)
 * Update paid support URL (Siddhi Pai)
 * Start 3.x + drop support for Node v0.10/v0.12 (siddhipai)
 * Drop support for Node v0.10 and v0.12 (Siddhi Pai)
 * Start the development of the next major version (Siddhi Pai)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants