Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lylbin/SharpSCADA
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GavinYellow/SharpSCADA
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 15, 2019

  1. Update DAService.cs

    void OnValueChanged(object sender, ValueChangedEventArgs e)函数中建立了两个@starttime 参数,第二个为重复信息。我与mysql数据库中存储过程AddEventLog进行了对比,发现其实际还需要@comment的参数。此段代码与非.netcore的代码进行了对比,确实需要修改第二个重复的参数。
    yangjingzhao123 authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    7f21e40 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. fix bug

    Fix a bug on timestamp in itag
    GavinYellow committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    9ada340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26edeb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. fix bug

    fix a bug in clientDriver
    GavinYellow committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    12b0aba View commit details
    Browse the repository at this point in the history
  2. fix a bug

    GavinYellow committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    76a75d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Update README.md

    GavinYellow authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    de2e4ed View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Merge pull request GavinYellow#24 from yangjingzhao123/master

    .netcore 版本中  Update DAService.cs 文件中OnValueChanged 函数中@starttime重复的修正
    kevin100702 authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ca7ac3a View commit details
    Browse the repository at this point in the history
Loading