Giter VIP home page Giter VIP logo

illarion-photon-server's Introduction

Hello there

Discord Logo Nitram#3213

I'm Martin, a professional software developer, mainly using .NET languages.

Martins's github stats

The current project I'm mainly working on is the open-source .NET protector ConfuserEx.

ConfuserEx

illarion-photon-server's People

Contributors

mkaring avatar voidowl-rl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

illarion-photon-server's Issues

ListCharacters (AccountOperationCode 0) is sended twice

If a single request for ListCharacters (AccountOperationCode.ListCharacters = 0) is sended from an authenticated client to the server, the client will receive two identical answers from the server. In this case: Operationcode = 0 and ReturnCode = 0.

This should be reduced to a single answer.

Database prevents character creation

If a new character is created by the server the database prevents its creation because the value "LastSeen" is null, but the column "LastSeen" cannot be null.

2018-05-03 19:18:20.065 CEST [17396] LOG:  Anweisung: BEGIN
2018-05-03 19:18:20.065 CEST [17396] LOG:  Anweisung: SET TRANSACTION ISOLATION LEVEL READ COMMITTED
2018-05-03 19:18:20.065 CEST [17396] LOG:  Ausführen <unnamed>: INSERT INTO "accounts"."Accounts" ("AccountId", "AccountName", "EMail", "Password", "Registered", "Status")

	VALUES ($1, $2, $3, $4, $5, $6)

	RETURNING "LastSeen"
2018-05-03 19:18:20.065 CEST [17396] DETAIL:  Parameter: $1 = '83789294-060f-419e-19d2-08d5b119ddef', $2 = 'Test2', $3 = '[email protected]', $4 = '249:CQ3O3aO7QxglHKl43hM9AhFh+AAMFvDU:yOrjo+oVDQqDgcUxIvgE+p9h27XVYWBytnFyG1isisywqmJbzKZ5xelAQ60YAkRj', $5 = '2018-05-03 19:18:19.802508', $6 = NULL
2018-05-03 19:18:20.065 CEST [17396] FEHLER:  NULL-Wert in Spalte »LastSeen« verletzt Not-Null-Constraint
2018-05-03 19:18:20.065 CEST [17396] DETAIL:  Fehlgeschlagene Zeile enthält (83789294-060f-419e-19d2-08d5b119ddef, Test2, [email protected], null, 249:CQ3O3aO7QxglHKl43hM9AhFh+AAMFvDU:yOrjo+oVDQqDgcUxIvgE+p9h27X..., 2018-05-03 19:18:19.802508, null).
2018-05-03 19:18:20.065 CEST [17396] ANWEISUNG:  INSERT INTO "accounts"."Accounts" ("AccountId", "AccountName", "EMail", "Password", "Registered", "Status")

	VALUES ($1, $2, $3, $4, $5, $6)

	RETURNING "LastSeen"
2018-05-03 19:18:20.250 CEST [17396] LOG:  Anweisung: ROLLBACK

Additional to this parameter $6 (Status) must also be set, because currently it is null too, but the status column also has a not-null-constraint.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.