GitHub user ljruiten opened a pull request:

    https://github.com/apache/incubator-guacamole-client/pull/65

    column sharing_profile_name from NOT NULL to DEFAULT null

    The colum sharing_profile_name in guacamole_connection_history was set to 
NOT NULL. Regular sessions do not have a sharing_profile_name so this caused an 
exception when guacamole tried to save them. Changed it to DEFAULT NULL (like 
in the mysql schema) to solve to problem.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ljruiten/incubator-guacamole-client master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-client/pull/65.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #65
    
----
commit 9cdd0b8676eb131ce99dc9791bb3a9af81179517
Author: ljruiten <[email protected]>
Date:   2016-08-26T16:20:09Z

    column sharing_profile_name from NOT NULL to DEFAULT null
    auth-jdbc-potgresql

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to