On 3/16/2016 8:49 AM, Lester Caine wrote:
On 16/03/16 11:39, James Starkey wrote:
Or simply restrict database file names to ASCII. It's not like users
have to deal with them, just like they don't have to deal with
identifiers in SQL, or C or Java.
As someone linguistically challenged, I have n
17.03.2016 15:02, Adriano dos Santos Fernandes wrote:
> Was our svn repository allowed for arbitrary branch creation without
> project discussion till now? No!
>
> Now with github that would not even be necessary as one could fork and
> do his things.
>
> So, to allow arbitrary branch creation in
17.03.2016 16:52, Alex Peshkoff wrote:
>> Do I understand right that subj can be used to parse buffer returned by
>> >isc_service_query()?
> No, that format is still unsupported by ClimpletReader
That's pity, I hoped to a simple solution for decoding service response from
utf-8 into
ANSI
On 03/18/2016 05:02 PM, Jiří Činčura wrote:
>> Confirmed.
> Should I create tracker item?
>
Yes, please.
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceler
> Sorry - cold not run it:
> Unhandled exception: unimplemented function msvcrt.dll._vscprintf
> called in 32-bit code (0x7bc4d059).
Hmm, the Wine is probably not that good to run it. I suppose you need
Windows machine or some VM.
--
Mgr. Jiří Činčura
Independent IT Specialist
--
On 03/17/2016 12:47 PM, Dimitry Sibiryakov wrote:
> 17.03.2016 10:37, Alex Peshkoff wrote:
>
>> In this way it works for me - but it will be very good idea to try on
>> non-utf8 OS.
> You are very lucky that SystemToUtf8() is noop for you.
Currently I could better like non-utf8 OS to be able
On Wed, Mar 16, 2016 at 10:11:17PM +0100, Dimitry Sibiryakov wrote:
> 16.03.2016 22:03, Michal Kubecek wrote:
> > One of the advantages of getting used to use these "topic" branches
> > rather than adding commits directly to a local copy of "upstream" branch
> > (e.g. B3_0_Release here) is that it
On Wed, Mar 16, 2016 at 07:32:02AM +0300, Kovalenko Dmitry wrote:
>> One of our developers discovered that Firebird 2.5 fails to compile
>> with MSVC2015, made some steps in the direction of fixing it (like
>> we did internally for GCC 6), and was told that for Firebird 2.5,
>> it was more work th
17.03.2016 12:47, Adriano dos Santos Fernandes wrote:
> But custom branches for minor or individual work should not go to
> FirebirdSQL/firebird but to personal forks.
Can github automatically merge changes from origin to personal forks?
--
WBR, SD.
---
On Saturday, March 19, 2016, Wols Lists wrote:
> On 16/03/16 21:03, Michal Kubecek wrote:
>
> An experienced developer might have 10 or 20 topics on the go - each in
> their own separate branches. That way work doesn't cross-contaminate -
> you don't want to accidentally upload a half-baked devel
Hi Alex,
> Jiri, I have no idea how to help you. fbsvcmgr works just fine.
> If you can provide reproducible test case which I can run on linux (may
> be client on wine) I will take a look what happens.
Here's a test case: http://www.uschovna.cz/zasilka/HUYY8J3R8F45NCR8-5RZ/
. Simply unpack and
We also accept now github pull requests so it will be easier in the future
to integrate with new IDE versions or compilers
https://github.com/FirebirdSQL/firebird
On Wed, Mar 16, 2016 at 10:39 PM, Vlad Khorsun
wrote:
> 15.03.2016 22:13, Dmitry Yemanov wrote:
> > 15.03.2016 18:37, Lionel Elie Ma
17.03.2016 12:58, Mark Rotteveel wrote:
> Nope, you need to follow:
> https://help.github.com/articles/syncing-a-fork/
Quite a few of handwork.
--
WBR, SD.
--
Transform Data into Opportunity.
Accelerate data analy
18.03.2016 10:25, Alex Peshkoff wrote:
> 1. Backward compatibility
> 2. Users list service is deprecated in FB3
And exactly because of that we can simply drop support of these bad
clumplets in FB4.
--
WBR, SD.
--
17.03.2016 13:02, Adriano dos Santos Fernandes wrote:
> Was our svn repository allowed for arbitrary branch creation without
> project discussion till now? No!
>
> Now with github that would not even be necessary as one could fork and
> do his things.
>
> So, to allow arbitrary branch creation in t
On 03/18/2016 08:47 PM, Dimitry Sibiryakov wrote:
> Hello, All.
>
> Subj is still placed in a well-known place?
>
yes - at least should be
--
Transform Data into Opportunity.
Accelerate data analysis in your appl
On 16/03/16 11:39, James Starkey wrote:
> Or simply restrict database file names to ASCII. It's not like users
> have to deal with them, just like they don't have to deal with
> identifiers in SQL, or C or Java.
As someone linguistically challenged, I have no problem with my own
code, but English
On 16/03/16 21:03, Michal Kubecek wrote:
> One of the good ones is "Pro Git" book by Scott Chacon which can be
> viewed or downloaded at
>
> https://git-scm.com/book/en/v2
>
> For basic developer needs, chapters 1-3 are sufficient, to participate
> in a project, chapter 5 can help (at least fir
17.03.2016 12:33, Mark Rotteveel wrote:
> You don't*need* to have your own fork to do that, you can also create
> pull requests from branches in the same repository. So if Paul pushes
> his branch to origin, he can create a pull request from that branch to
> the B_3_0_Release branch (assuming he h
Regression: Server crashes when aggregate functions are used together with NOT
IN predicate
---
Key: CORE-5153
URL: http://tracker.firebirdsql.org/browse/CORE-5153
On 17/03/2016 09:15, Dmitry Yemanov wrote:
> 17.03.2016 15:02, Adriano dos Santos Fernandes wrote:
>
>> Was our svn repository allowed for arbitrary branch creation without
>> project discussion till now? No!
>>
>> Now with github that would not even be necessary as one could fork and
>> do his thi
On 17/03/2016 08:33, Mark Rotteveel wrote:
> On 2016-03-17 11:56, Dimitry Sibiryakov wrote:
>> 17.03.2016 11:24, Paul Beach wrote:
>>> I am now trying to work out exactly what I need
>>> to do to start committing some of my changes for the Mac Port for
>>> 3.0
>>> back into git...
>>I may be w
17.03.2016 11:42, Alex Peshkoff wrote:
> That's a bug, but in the case with utf8 in SPB it should not cause problems.
Unfortunately it does because of another bug in dba.epp.
This is classical "double bug" when one bug neutralize other and make most
of tests work.
--
WBR, SD.
Extend ALTER EXTERNAL FUNCTION to adjust arguments
--
Key: CORE-5158
URL: http://tracker.firebirdsql.org/browse/CORE-5158
Project: Firebird Core
Issue Type: Improvement
Components: En
16.03.2016 16:14, Александр Пешков wrote:
>In current code I see that isc_spb_utf8_filename in SPB received by
> IService::start()
> is completely ignored
>
> Not ignored but passed to DPBs later
Code seems to be different:
ClumpletWriter spb(ClumpletReader::SpbStart, MAX_
Hello, All.
In current code I see that isc_spb_utf8_filename in SPB received by
IService::start()
is completely ignored and all strings are converted into utf-8 basing on
content of SPB
received by attachServiceManager().
What is worse, this flag is not inserted into SPB after convers
>Среда, 16 марта 2016, 17:21 +03:00 от Dimitry Sibiryakov :
>
>Hello, All.
>
> In current code I see that isc_spb_utf8_filename in SPB received by
>IService::start()
>is completely ignored
Not ignored but passed to DPBs later
>and all strings are converted into utf-8 basing on content of S
On 03/18/2016 12:59 PM, Dimitry Sibiryakov wrote:
> 18.03.2016 10:25, Alex Peshkoff wrote:
>> 1. Backward compatibility
>> 2. Users list service is deprecated in FB3
> And exactly because of that we can simply drop support of these bad
> clumplets in FB4.
>
Not sure (though big desire is pres
On 03/17/2016 06:27 PM, Dimitry Sibiryakov wrote:
> Hello, All.
>
> Do I understand right that subj can be used to parse buffer returned by
> isc_service_query()?
No, that format is still unsupported by ClimpletReader
> If so, why fbsvcmgr don't use it?
>
---
On 17/03/16 11:51, Dimitry Sibiryakov wrote:
> Can github automatically merge changes from origin to personal forks?
As far as I'm aware, no. When I have forked a project I need to pull my
forket repository back to my laptop and work on it there. When changes
are made to the master repo, I
On 03/17/2016 09:59 AM, Jiří Činčura wrote:
> Hi Alex,
>
>> Jiri, I have no idea how to help you. fbsvcmgr works just fine.
>> If you can provide reproducible test case which I can run on linux (may
>> be client on wine) I will take a look what happens.
> Here's a test case: http://www.uschovna.cz/
On 17/03/2016 08:57, Mark Rotteveel wrote:
>> But custom branches for minor or individual work should not go to
>> FirebirdSQL/firebird but to personal forks.
> Have we actually established that policy, or are you inventing that
> rule on the spot?
>
> BTW: Not saying that I disagree, but I think
On 17/03/2016 09:08, Dimitry Sibiryakov wrote:
> 17.03.2016 13:02, Adriano dos Santos Fernandes wrote:
>> Was our svn repository allowed for arbitrary branch creation without
>> project discussion till now? No!
>>
>> Now with github that would not even be necessary as one could fork and
>> do his t
My experimentation with git submodules was completely successful.
Basically trivial.
To enable, in the project root directory, do a
git submodule add
In the project CMakeLists.txt add something like
add_subdirectory ( EXCLUDE_FROM_ALL)
This will prevent unreferenced subpr
On Wed, 16 Mar 2016 16:05:36 +0100, Paul Beach wrote:
> Since some of us are newbies to git and github, I need to ask some
> questions
> as I would like to move onto git asap and stop using sourceforge and
> svn.
>
> I had started looking at the Firebird 3 build and port for MacOS, and
> am curio
> git push :branchname
Which is changed for couple of year already.
`git push --delete `
--
Mgr. Jiří Činčura
Independent IT Specialist
--
Transform Data into Opportunity.
Accelerate data analysis in your applications
All,
The project repository was migrated to GitHub:
https://github.com/FirebirdSQL/firebird
Please wait a few days for things to settle down, we need to update some
infrastructure. SVN repository is still accessible, but new
contributions are expected to be provided as pull requests at GitHub.
On 03/17/2016 07:26 PM, Dimitry Sibiryakov wrote:
> 17.03.2016 17:11, Alex Peshkoff wrote:
>> even more crazy continuation from call to call: parsing
>> single returned buffer is just impossible, only from the beginning of
>> data exchange keeping history.
> According to IB API Guide, there is
On 2016-03-17 13:22, Adriano dos Santos Fernandes wrote:
> Yes, but branching locally, not pushing personal branches to official
> repository.
>
> Git remote branch delete is not even intuitive. I always need to
> search
> and do things scary to delete remote branches.
Yeah, whoever thought that
On 3/17/2016 6:56 AM, Dimitry Sibiryakov wrote:
> 17.03.2016 11:24, Paul Beach wrote:
>> I am now trying to work out exactly what I need
>> to do to start committing some of my changes for the Mac Port for 3.0
>> back into git...
> I may be wrong, but you cannot create a pull request from local
On 2016-03-17 12:51, Dimitry Sibiryakov wrote:
> 17.03.2016 12:47, Adriano dos Santos Fernandes wrote:
>> But custom branches for minor or individual work should not go to
>> FirebirdSQL/firebird but to personal forks.
>
>Can github automatically merge changes from origin to personal
> forks?
On 03/17/2016 06:58 PM, Dimitry Sibiryakov wrote:
> 17.03.2016 16:52, Alex Peshkoff wrote:
>>> Do I understand right that subj can be used to parse buffer returned
>>> by
isc_service_query()?
>> No, that format is still unsupported by ClimpletReader
> That's pity, I hoped to a simpl
On 03/18/2016 12:18 PM, Dimitry Sibiryakov wrote:
> 18.03.2016 9:12, Alex Peshkoff wrote:
>> If one tries to receive users list from server according to that guide
>> he will be much surprised.
>> No restart (that's correct - list may be >64Kb), no isc_info_truncate -
>> just interrupted at arbitra
15.03.2016 22:13, Dmitry Yemanov wrote:
> 15.03.2016 18:37, Lionel Elie Mamane wrote:
>>
>> Short version: will Firebird (2.5? 3? latest?) in general be kept
>> compatible with the latest major compilers (within a reasonable time
>> of their release) for each platform for the foreseeable future?
>
[CREATE OR] ALTER USER statement: clause PASSWORD (if present) must be always
specified just after USER
Key: CORE-5155
URL: http://tracker.firebirdsql.org/br
17.03.2016 10:37, Alex Peshkoff wrote:
> Because it's buggy. isc_spb_utf8_filename should not be present in spb
> for start
That's I got too.
> In this way it works for me - but it will be very good idea to try on
> non-utf8 OS.
You are very lucky that SystemToUtf8() is noop for you.
>>
Hello, All.
I wonder why gstat doesn't complain if it is asked to fetch password from
non-existing
file?..
--
WBR, SD.
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
In
17.03.2016 13:56, Dimitry Sibiryakov wrote:
> I may be wrong, but you cannot create a pull request from local repository
> clone. You
> must fork it into your account beforehand.
Paul doesn't need to use pull requests, he may commit directly.
Dmitry
--
On Thu, Mar 17, 2016 at 01:55:08PM +0100, Jiří Činčura wrote:
> > git push :branchname
>
> Which is changed for couple of year already.
> `git push --delete `
More precisely, the latter was added as a nicer alias for the former. As
git-push(1) says:
--delete
All listed refs are deleted fr
On 03/18/2016 03:10 PM, Jiří Činčura wrote:
> Hi Alex,
>
> I found another issue trying to make you some test case. This one you
> can try yourself.
>
> Instead of sending the amount of bytes server allows, I send always one
> byte. After 2nd byte one thread in `firebird.exe` goes into infinite
> l
17.03.2016 11:24, Paul Beach wrote:
> I am now trying to work out exactly what I need
> to do to start committing some of my changes for the Mac Port for 3.0
> back into git...
I may be wrong, but you cannot create a pull request from local repository
clone. You
must fork it into your account
On 03/18/2016 05:14 PM, Alex Peshkoff wrote:
> On 03/18/2016 05:02 PM, Jiří Činčura wrote:
>>> Confirmed.
>> Should I create tracker item?
>>
> Yes, please.
Forget it - added myself.
--
Transform Data into Opportunity.
A
On 16-3-2016 16:05, Paul Beach wrote:
>
> Since some of us are newbies to git and github, I need to ask some questions
> as I would like to move onto git asap and stop using sourceforge and svn.
>
> I had started looking at the Firebird 3 build and port for MacOS, and am
> curious
> as how I can d
16.03.2016 22:03, Michal Kubecek wrote:
> One of the advantages of getting used to use these "topic" branches
> rather than adding commits directly to a local copy of "upstream" branch
> (e.g. B3_0_Release here) is that it allows you to work on several
> different bugs or features and simply switch
Make forks not branches.
четверг, 17 марта 2016 г. пользователь Dimitry Sibiryakov написал:
> 17.03.2016 13:02, Adriano dos Santos Fernandes wrote:
> > Was our svn repository allowed for arbitrary branch creation without
> > project discussion till now? No!
> >
> > Now with github that would not
Hello, All.
Can anyone explain why in following code "file->fil_string" is not used for
logging?
> if (unlink(file->fil_string))
> {
> ERR_build_status(&status, Arg::Gds(isc_io_error) <<
> Arg::Str("unlink") <<
> Arg::Str(file->fil_string) <
Hi Alex,
I found another issue trying to make you some test case. This one you
can try yourself.
Instead of sending the amount of bytes server allows, I send always one
byte. After 2nd byte one thread in `firebird.exe` goes into infinite
loop. I think this should not happen.
Here's [1] full mem
Problem with cancelation of fetch operation
---
Key: CORE-5152
URL: http://tracker.firebirdsql.org/browse/CORE-5152
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versi
On Thu, Mar 17, 2016 at 11:56:37AM +0100, Dimitry Sibiryakov wrote:
> 17.03.2016 11:24, Paul Beach wrote:
> > I am now trying to work out exactly what I need
> > to do to start committing some of my changes for the Mac Port for 3.0
> > back into git...
>
> I may be wrong, but you cannot create a p
On Wed, Mar 16, 2016 at 08:48:31PM +0100, Mark Rotteveel wrote:
>
> Branches can make life easier. You can keep your work in progress out of
> the way from the changes to master, and when you are done you can merge
> them back into master (which occasionally requires something akin to
> magic s
Since some of us are newbies to git and github, I need to ask some questions
as I would like to move onto git asap and stop using sourceforge and svn.
I had started looking at the Firebird 3 build and port for MacOS, and am curious
as how I can do this work via git. Since git can uses branches fo
61 matches
Mail list logo