stripe-archive / mosql

MongoDB → PostgreSQL streaming replication
MIT License
1.63k stars 225 forks source link

Support for defining several columns using the same source #98

Closed fedot closed 4 months ago

fedot commented 9 years ago

Support for cases where several columns with different types can be created from the same source.

Example:

- create_date:
    :source: created_at
    :type:  DATE
- created_at:
    :source: created_at
    :type:  TIMESTAMP
nelhage commented 9 years ago

Can I ask you to add a test case for this new behavior? Otherwise, it seems reasonable.

CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

fedot commented 4 years ago

CLA assistant check Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.

Never signed it, and do not have plans to...