Comments
Sort by recent activity
SQLDataGenerator /project something.sqlgen / comments
SQLDataGenerator /project something.sqlgen
Brian Donahue wrote:
At any rate, this is a request for more functionality, so there is little I can do to make this work for you. It would be useful to understand the problem, though, so I can submit the request properly.
How do you want to proceed? Do you want to call me, or should I continue posting? / comments
Brian Donahue wrote:
At any rate, this is a request for more functionality, so there is little I can do to make this work for you. It would be useful to understand the problem, though, so I can ...
Just to be clear, I don't want to support multiple tables and dynamically use one, I would like for the row comparison to consider 2 rows identical and not overwrite one.
for: prop.*.value
prop.DEV.value = prop.UAT.value / comments
Just to be clear, I don't want to support multiple tables and dynamically use one, I would like for the row comparison to consider 2 rows identical and not overwrite one.
for: prop.*.value
prop.DEV...
Sent you a DM- might be easier to hash out over the phone / comments
Sent you a DM- might be easier to hash out over the phone
What I am looking at is an environment specific properties table. Seed data which could be different based on my location.
In all environments, I may need the same rows, but the correct values for each may(or may not) change depending on which environment I am in.
For a property prop1 following the pattern prop.*.value
In DEV:
name value
prop1 prop.DEV.value
in UAT:
prop1 prop.UAT.value
I would want the that middle part to be ignored so I could make sure my properties are all there and not overwritten with incorrect values on deploy. / comments
What I am looking at is an environment specific properties table. Seed data which could be different based on my location.
In all environments, I may need the same rows, but the correct values for ...
Sounds good, I sent you a PM with contact and more general information.
Once we get this finalized, I will provide a write up and share with the group on a solid CI->automated deploy process. / comments
Sounds good, I sent you a PM with contact and more general information.
Once we get this finalized, I will provide a write up and share with the group on a solid CI->automated deploy process.