Code Monkey home page Code Monkey logo

Comments (7)

andreasneumann avatar andreasneumann commented on September 24, 2024

data_owner and data_provider

from qgep.

sjib avatar sjib commented on September 24, 2024

Baue ich gerade ein - sollte im nächsten sql release drin sein

from qgep.

sjib avatar sjib commented on September 24, 2024

Added data_owner and data_provider like this. French description for data_provider is still missing

ALTER TABLE qgep.od_mutation ADD COLUMN last_modification timestamp without time zone ;
COMMENT ON COLUMN qgep.od_mutation.last_modification IS 'Last modification / Letzte_Aenderung / Derniere_modification: INTERLIS_1_DATE';
ALTER TABLE qgep.od_mutation ADD COLUMN data_owner varchar(80) ;
COMMENT ON COLUMN qgep.od_mutation.data_owner IS 'Metaattribute data_owner - this is the person or body who is allowed to delete, change or maintain this object / Metaattribut Datenherr ist diejenige Person oder Stelle, die berechtigt ist, diesen Datensatz zu löschen, zu ändern bzw. zu verwalten / Maître des données gestionnaire de données, qui est la personne ou l''organisation autorisée pour gérer, modifier ou supprimer les données de cette table/classe';
ALTER TABLE qgep.od_mutation ADD COLUMN data_provider varchar(80) ;
COMMENT ON COLUMN qgep.od_mutation.data_provider IS 'Metaattribute data_provider - this is the person or body who delivered the data / Metaattribut Datenlieferant ist diejenige Person oder Stelle, die die Daten geliefert hat / FOURNISSEUR DES DONNEES xxx ';

from qgep.

sjib avatar sjib commented on September 24, 2024

After feedback from the developers of SIA405 I have changed to dataowner and provider (instead of data_provider). This takes out the underscores.

from qgep.

sjib avatar sjib commented on September 24, 2024

Should we then also change last_modification to lastmodification?

from qgep.

andreasneumann avatar andreasneumann commented on September 24, 2024

I don't know the rules when to use the underscore and when not? For me, if there are clearly two words normally, I would use the underscore - it is more readable. So, personally I would prefer last_modification in this case.

from qgep.

andreasneumann avatar andreasneumann commented on September 24, 2024

implemented.

from qgep.

Related Issues (20)

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.