Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the timestamp in the automatic generation of screen. #39

Closed
daisukenishino opened this issue Aug 25, 2014 · 8 comments
Closed
Labels
enhancement New feature or request

Comments

@daisukenishino
Copy link
Contributor

Point of the time stamp.

This is the same in data maintenance and table maintenance.

However, time stamp names are supposed common,
Therefore, input field in Form3 of data maintenance, there is only 1.

Detail

(1) It does not display the timestamp column.

(2) Set to the Where clause timestamp columns when you update.

(3) Update method input field

Further, when the update method input field is specified,
Update the time stamp column use the was set update method at input field at the time of update the record.

(This process, which is bundled with SQL that is automatically generated.
Therefore, it is not necessary to prepare the setting field how to update the timestamp Form3. )

(4) When executing Select clause.

  • Get: "Table1.TS"
  • Get: "Table2.TS"

And will not be displayed.

(5) When executing Update clause.

Set Timestamp to SQL parameter.

  • Set: "Where Table1.TS = @ Table1_TS"
  • Set: "Where Table2.TS = @ Table2_TS"
@daisukenishino
Copy link
Contributor Author

Reflectalso requires #33.

@rituparnabiswas
Copy link
Contributor

HODC needs to create pull request for events(listview,radiobuttonlist and checkboxlist) for vb folder.

But in
https://github.com/SymphonyTeleca/OpenTouryo

only two branches are there namely "develop" and "master".
"nishino" branch is not there. Please let us know what to do.

@daisukenishino
Copy link
Contributor Author

I do not understand Your claim.
I think it is good that send pullrequest to nisino branch of SymphonyTeleca as always.

@rituparnabiswas
Copy link
Contributor

yes we use to send pullrequest to nishino branch in Symphony Teleca.

But in github when we check the url
https://github.com/SymphonyTeleca/OpenTouryo

It is showing only two branches that is "develop" and "master".
So we are not able to create pull request to "nishino" branch.
Should we create "nishino" branch and send the pull request?

Please let us know.

@daisukenishino
Copy link
Contributor Author

I think nisino branch has been lost by the fork again.
Therefore, I have to re-create the nisino branch.
However, in this case, nisino branch is in the same condition as develop branch.
nisino branch may not accept a pullrequest from the develop branch.

@daisukenishino
Copy link
Contributor Author

Only this time,
Please send a pullrequest to OpenTouryoProject/develop branch from SymphonyTeleca/nisino branch.

@rituparnabiswas
Copy link
Contributor

Thank you for your response.

Presently we are not able to create any pull request to OpenTouryoProject/develop branch from SymphonyTeleca/nisino branch.

It is showing nothing to compare.
OpenTouryoProject:develop and SymphonyTeleca:nishino are identical.

Regards,
Rituparna.

@daisukenishino
Copy link
Contributor Author

I've merged the pull request the following URL.
https://github.com/SymphonyTeleca/OpenTouryo/pull/1

In addition, this location is not appropriate in this discussion.
Should be discussed in the following locations.
#43

daisukenishino added a commit that referenced this issue May 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants