Displaying 1 result from an estimated 1 matches for "ansi_quotes".
2012 Dec 05
0
Announce: Puppet Dashboard 1.2.15 available
...e is a problematic sql_mode set globally it will end up
breaking things. This patch overrides the configure_connection function
of the MySQL connector to explicitly set the sql_mode to traditional for
the session so that if something that breaks the queries used by the
console (like ANSI_QUOTES) is set globally, it won''t affect it.
Handles bogus pagination inputs.
If you visit your local puppet dashboard at /nodes?per_page=whaaa
you get an exception.
If you visit /nodes?page=1000000000000 you will get "no matching nodes".
With this change, an invalid per_pag...