Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244723 - sqlsync-1.0.0_rc1.ebuild (New package)
Summary: sqlsync-1.0.0_rc1.ebuild (New package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://silvercoders.com/index.php?pag...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-28 09:06 UTC by Grzegorz Chwesewicz
Modified: 2008-10-28 17:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sqlsync-1.0.0_rc1.ebuild (sqlsync-1.0.0-rc1.ebuild,784 bytes, text/plain)
2008-10-28 09:08 UTC, Grzegorz Chwesewicz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Chwesewicz 2008-10-28 09:06:50 UTC
SqlSync utility gives you the ability to compare data stored in two SQL databases, and synchronize it. Results contain list of records that differ, records that are missing and records that are additional. SqlSync can generate SQL queries that will change second database in such a way, that it will be identical to first database.
Generated queries can be executed automatically. It will synchronize selected objects in databases or whole databases.

You can control the process using command line arguments, and results are readable for user, but on the other hand, easy for future processing using shell scripts. There is a C language library included in the package, that allows comparing databases from other applications.

SqlSync supports at least following SQL servers: PostgreSQL 8.1.x, MySQL 5.0.x, FirebirdSQL 1.5.x, Microsoft SQL Server 2000, Microsoft SQL Server 2005, Oracle 10g. Two databases that are being compared can be driven by two different SQL servers.

You can find more detail description on http://www.linux.com/feature/134127 .
Comment 1 Grzegorz Chwesewicz 2008-10-28 09:08:17 UTC
Created attachment 170067 [details]
sqlsync-1.0.0_rc1.ebuild
Comment 2 Grzegorz Chwesewicz 2008-10-28 09:14:45 UTC
You should rename sqlsync-1.0.0-rc1.ebuild to sqlsync-1.0.0_rc1.ebuild (change '-' to '_') to ebiuld work correctly.