Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

add sqlite type for each column to _transicator_tables #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

f1erro
Copy link
Contributor

@f1erro f1erro commented Apr 19, 2017

We should propagate the sqlite type that transicator decided to convert the original PG type into, since that info is readily available during db construction time, and will save consumers the burden of inspecting the db for this metadata. This info is necessary to construct the proper dml for changes.

@f1erro f1erro requested a review from gbrail April 19, 2017 21:26
@@ -232,7 +234,16 @@ var _ = Describe("Snapshot API Tests", func() {
Expect(r["created_by"]).Should(Equal(1))
Expect(r["id"]).Should(Equal(2))
Expect(r["_change_selector"]).Should(Equal(2))


Copy link
Contributor

Choose a reason for hiding this comment

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

What about other data types, other than text and blob?

@gbrail
Copy link
Contributor

gbrail commented Apr 20, 2017

@f1erro as we discussed -- if it turns out that we don't need this, let's hold off. Let me know if this is necessary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants