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

416 postgresql support #1071

Closed
wants to merge 11 commits into from
Closed

Conversation

Damstre
Copy link

@Damstre Damstre commented Feb 1, 2016

Add support for postgresql dbms.
Mysql and sqlite support not tested.
The column names were changed to be all in lower case. So it might not work with an existing installation. Renaming the columns should work.

Installation not tested either.

marienfressinaud and others added 11 commits October 9, 2014 16:15
Conflicts:
	CHANGELOG
	README.fr.md
	README.md
	app/Controllers/feedController.php
	app/Controllers/indexController.php
	app/i18n/en.php
	app/i18n/fr.php
	app/views/helpers/view/normal_view.phtml
	app/views/stats/index.phtml
	app/views/stats/repartition.phtml
	constants.php
	p/scripts/main.js
Add categoryDAO creator in factory, as CAtegoryDAOpgSQL is needed.
use new constructor from factory for categoryDAO.
Added app/SQL/install.sql.pgsql.php for database creation with postgresql.
Merge branch 'master' into dev
…lls to it.

Removal of FeedDAOpgSQL, merged into FeedAO
backticks (`) replaced with double quotes (") for better compatibility between DBMS.
ModelPdo modified so taht mysql is launched with ANSI_QUOTE (http://dev.mysql.com/doc/refman/5.0/en/sql-mode.html#sqlmode_ansi_quotes), to support double quotes instead of backticks.
Rewrite calls to boolean fields as, depending on the DBMS, we can/need to use 0 or 1, boolean values or 't' or 'f'. Now it is treated by pdo.
@Alkarex Alkarex added the Work in progress 🚧 Wait before merging label Feb 9, 2016
@Alkarex Alkarex added this to the 1.3.1-beta milestone Feb 9, 2016
@Alkarex Alkarex modified the milestones: 1.3.1-beta, 1.3.2-beta Feb 22, 2016
@Alkarex Alkarex modified the milestones: 1.3.2-beta, 1.5.1-beta Jun 12, 2016
@Alkarex Alkarex modified the milestones: 1.5.1-beta, 1.5.2-beta Aug 1, 2016
@Alkarex
Copy link
Member

Alkarex commented Aug 2, 2016

#416
#833

Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Aug 2, 2016
@Alkarex Alkarex mentioned this pull request Aug 2, 2016
@Alkarex
Copy link
Member

Alkarex commented Aug 2, 2016

New version of this pull request in #1195

@Alkarex
Copy link
Member

Alkarex commented Sep 25, 2016

Continued in #1195
Contributions, tests, and feedback welcome :-)

@Alkarex Alkarex closed this Sep 25, 2016
javerous pushed a commit to javerous/FreshRSS that referenced this pull request Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants