No worries. Thanks!
—
Sent from mobile, with due apologies for brevity and errors.
> On Feb 20, 2020, at 12:25 PM, Henning Westerholt <notifications(a)github.com> wrote:
>
>
> Hi Alex, as you pushed already to the public git master, it is better not to change it now as other people have already checked it out. The author information is in the archives now due to this discussion.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub, or unsubscribe.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/5750b405e78de7d2f701708f9c41126…
Hi Alex, as you pushed already to the public git master, it is better not to change it now as other people have already checked it out. The author information is in the archives now due to this discussion.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/5750b405e78de7d2f701708f9c41126…
Argh, I accidentally committed this without setting `git config user.email` & `user.name` on my repository clone, sorry. I've amended the commit on my side but can't push it because it's a non-FF. Can this be rebased or otherwise fixed?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/5750b405e78de7d2f701708f9c41126…
Module: kamailio
Branch: master
Commit: 25e61922244ec9c438fc472500472b59d191093a
URL: https://github.com/kamailio/kamailio/commit/25e61922244ec9c438fc472500472b5…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-02-18T17:09:53+01:00
db: update README describing the DB XML framework
---
Modified: doc/stylesheets/dbschema/README
---
Diff: https://github.com/kamailio/kamailio/commit/25e61922244ec9c438fc472500472b5…
Patch: https://github.com/kamailio/kamailio/commit/25e61922244ec9c438fc472500472b5…
---
diff --git a/doc/stylesheets/dbschema/README b/doc/stylesheets/dbschema/README
index 8708ce8066..9213773806 100644
--- a/doc/stylesheets/dbschema/README
+++ b/doc/stylesheets/dbschema/README
@@ -1,12 +1,9 @@
-SER supports multiple database servers, at the moment of writing this text
-MySQL, PostgreSQL, dbtext (aka plain text files), and Oracle databases are
-supported. Maintaining database schema for each database separately would be
-tedious job, therefore SER keeps the database schema in an XML-based format
-and schema definitions for the database servers are generated automatically
-using stylesheets.
+Kamailio supports multiple database servers in the SQL and also NoSQL area.
+Maintaining database schema for each database separately would be tedious job,
+therefore Kamailio keeps the database schema in an XML-based format and schema
+definitions for the database servers are generated automatically using
+stylesheets.
This directory contains DTD (Document Type Definition) files describing the
structure of the XML-based database description language and XSL stylesheets
used to generate database schema files for all the database servers.
-
- -- Jan Janak <jan(a)iptel.org>