Regarding development process, have the group considered creating
"experimental", or "incubator" branch to avoid outside patches ?
I did a few times lately.
IMO it is important to push all proposals to the repository without
delay.
This would make development process more agile.
I'm not s
Regarding development process, have the group considered creating
"experimental", or "incubator" branch to avoid outside patches ?
IMO it is important to push all proposals to the repository without delay.
This would make development process more agile.
Regards,
Ernad
- "Szakáts Viktor"
Ok I understand, you made correction in the core,
to provide compatibility with other contribs.
This leads me to another question:
why you just didn't push this change to the svn repository ?
To me it looks OK, but I'm waiting for feedback from
the group, before adding such an extension to core
Ok I understand, you made correction in the core,
to provide compatibility with other contribs.
This leads me to another question:
why you just didn't push this change to the svn repository ?
Regards,
Ernad
- "Szakáts Viktor" <[EMAIL PROTECTED]> wrote:
> >
> Hi Ernad,
>
> > The cause of
Hi Ernad,
The cause of problem is that nSocket is pointer, not numberic
variable.
For example:
-return iif(::nSocket > 0, sqlGetErr(::nSocket), "No connection to
server")
+return iif(::nSocket <> nil, sqlGetErr(::nSocket), "No connection
to server")
With this knowledge, i think this w