Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Interfaces Pgadmin Hackers > Re: Enabling SQ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 34 of 48 Topic 3654 of 4873
Post > Topic >>

Re: Enabling SQL text field in the SQL tab of object dialog

by dpage@[EMAIL PROTECTED] ("Dave Page") Aug 26, 2008 at 08:54 PM

On Tue, Aug 26, 2008 at 6:48 PM, Guillaume Lelarge
<guillaume@[EMAIL PROTECTED]
> wrote:
> Guillaume Lelarge a =E9crit :
>> [...]
>> Back on this. The plan took a lot more time than I initially thought.
>> Anyways, here is the v5 patch updated.
>>
>
> I'm tired for sure... here is the patch.

:-(

Well it looks good (you've *really* got the hang of XRC/wxSizers now
:-) ) - but if I open the 'New Database' dialogue, enter a name, and
then click on the SQL tab, I get an assert on OSX.

Thread 0 Crashed:
0   libSystem.B.dylib             	0x95dd4b9e __kill + 10
1   libSystem.B.dylib             	0x95e4bec2 raise + 26
2   ...x_base_carbo****-2.8.0.dylib	0x014f7f84 wxTrap() + 18
3   libwx_macud_core-2.8.0.dylib  	0x00f11912
wxGUIAppTraitsBase::ShowAssertDialog(wxString const&) + 254
4   ...x_base_carbo****-2.8.0.dylib	0x014f84f2 ShowAssertDialog(wchar_t
const*, int, wchar_t const*, wchar_t const*, wchar_t const*,
wxAppTraits*) + 412
5   ...x_base_carbo****-2.8.0.dylib	0x014f87aa
wxAppConsole::OnAssertFailure(wchar_t const*, int, wchar_t const*,
wchar_t const*, wchar_t const*) + 60
6   ...x_base_carbo****-2.8.0.dylib	0x014f862c wxOnAssert(wchar_t
const*, int, char const*, wchar_t const*, wchar_t const*) + 232
7   libwx_macud_core-2.8.0.dylib  	0x00e67149
wxChoice::GetString(unsigned int) const + 97
8   libwx_macud_core-2.8.0.dylib  	0x00e69da4 wxComboBox::GetValue() const
=
+ 116
9   pgAdmin3-Debug                	0x000973be dlgDatabase::GetSql() +
4312 (dlgDatabase.cpp:472)
10  pgAdmin3-Debug                	0x000ca42d
dlgProperty::FillSQLTextfield() + 383 (dlgProperty.cpp:616)
11  pgAdmin3-Debug                	0x000cbc9e
dlgProperty::OnPageSelect(wxNotebookEvent&) + 138
(dlgProperty.cpp:925)
<snip>

I also get a crash if I try to open the New Table dialogue. I suspect
that is the possible incompatibility that you were worried about,
though I guess it could be related to this patch.

Thread 0 Crashed:
0   pgAdmin3-Debug                	0x000197e3
wxStringBase::GetStringData() const + 9 (string.h:265)
1   ...x_base_carbo****-2.8.0.dylib	0x01564239
wxArrayString::Add(wxString const&, unsigned long) + 259
2   ...x_base_carbo****-2.8.0.dylib	0x0156435a
wxArrayString::Copy(wxArrayString const&) + 88
3   ...x_base_carbo****-2.8.0.dylib	0x0156463c
wxArrayString::operator=3D(wxArrayString const&) + 44
4   pgAdmin3-Debug                	0x000486c2
ctlSecurityPanel::GetGrant(wxString const&, wxString const&,
wxArrayString*) + 52 (ctlSecurityPanel.cpp:155)
5   pgAdmin3-Debug                	0x000d3359
dlgSecurityProperty::GetGrant(wxString const&, wxString const&) + 71
(dlgProperty.cpp:1606)
6   pgAdmin3-Debug                	0x000f612a dlgTable::GetSql() +
27284 (dlgTable.cpp:849)
7   pgAdmin3-Debug                	0x000fb36c dlgTable::CheckChange()
+ 166 (dlgTable.cpp:985)
8   pgAdmin3-Debug                	0x000ca26c
dlgProperty::OnChange(wxCommandEvent&) + 26 (dlgProperty.cpp:550)
9   pgAdmin3-Debug                	0x000f7013
dlgTable::OnChangeVacuum(wxCommandEvent&) + 2651 (dlgTable.cpp:958)
10  pgAdmin3-Debug                	0x000fad5a dlgTable::Go(bool) +
15678 (dlgTable.cpp:465)
11  pgAdmin3-Debug                	0x000cc6e1
dlgProperty::EditObjectDialog(frmMain*, ctlSQLBox*, pgObject*) + 707
(dlgProperty.cpp:1082)
12  pgAdmin3-Debug                	0x000d5203
propertyFactory::StartDialog(frmMain*, pgObject*) + 41
(dlgProperty.cpp:1784)
13  pgAdmin3-Debug                	0x0011b463
frmMain::OnAction(wxCommandEvent&) + 95 (events.cpp:147)

--=20
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

--=20
Sent via pgadmin-hackers mailing list (pgadmin-hackers@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
 




 48 Posts in Topic:
Enabling SQL text field in the SQL tab of object dialog
guillaume@[EMAIL PROTECTE  2007-07-31 10:35:53 
Re: Enabling SQL text field in the SQL tab of object
dpage@[EMAIL PROTECTED]   2007-07-31 11:35:11 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-14 16:01:29 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-06-14 21:09:07 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-14 22:33:10 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-16 21:58:19 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-06-18 09:53:03 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-20 01:48:55 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-20 14:09:14 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-07-01 12:52:22 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-07-09 12:40:56 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-26 19:44:53 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-28 08:29:16 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-28 09:56:50 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-07-09 11:54:42 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-07-09 13:31:13 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-28 08:13:23 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-28 09:23:08 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-06-16 21:12:58 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-06-16 21:11:42 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-16 22:34:33 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-06-16 21:40:51 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-17 00:07:04 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-06-20 13:36:26 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-06-17 08:45:27 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-17 09:59:19 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-06-17 09:02:07 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-06-17 23:51:30 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-07-09 08:41:16 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-07-09 10:18:25 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-07-01 16:17:49 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-07-05 12:32:39 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-07-09 01:07:37 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-26 20:54:45 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-26 23:50:14 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-27 10:10:54 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-28 01:15:51 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-30 21:59:05 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-30 23:10:32 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-27 11:03:00 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-30 18:52:58 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-28 09:12:14 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-30 18:28:56 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-30 20:48:41 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-30 20:50:33 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-30 22:28:05 
Re: Enabling SQL text field in the SQL tab of object dialog
dpage@[EMAIL PROTECTED]   2008-08-30 21:29:27 
Re: Enabling SQL text field in the SQL tab of object
guillaume@[EMAIL PROTECTE  2008-08-30 22:44:29 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 17:39:16 CST 2008.