hi,
end shouldn't be used as a column name as it's special in SQL 92, 99, and postgreSQL:
http://www.postgresql.org/docs/7.3/static/sql-keywords-appendix.html

Comments

jvelasquez created an issue.

marvil07’s picture

The only column to change seems to be {versioncontrol_sync_log}.end, which will naturally need a hook_update_N(), so maybe we also want to change the related start column.
In code at least VersioncontrolRepository::sync() need to be changed, and after a quick review it seems like those columns are only changed from here, i.e. it will not affect synchronization plugins.

Patches are welcome.