.hgignore
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 22 Dec 2009 09:38:08 +0100
branchstable
changeset 4177 f0ab2b6d3553
parent 3990 14e14fef4460
child 7078 bad26a22fe29
permissions -rw-r--r--
SqlServer: support single sign on / Windows credential authentication This is done through a new db-extra-arguments section in instance_dir/sources which is passed as a string to the extra_args named argument of lgc.db.get_connection. If this argument is Trusted_Connection, windows authentication is used instead of login/password. This change requires at least revision 5475ec3f6412 of logilab.common which will be included in logilab-common 0.46. debian/control updated to mention this new dependency.

\.svn
^build$
^dist$
\.pyc$
\.pyo$
\.bak$
\.old$
\~$
\#.*?\#$
\.swp$
^doc/book/en/apidoc$